Merge from origin/emacs-28

4ec9f9edd1 Fix eshell-explicit-command-char doc string typo
This commit is contained in:
Stefan Kangas 2022-03-26 06:30:21 +01:00
commit f7e83d9673

View file

@ -163,7 +163,7 @@ by the user on the command line."
(defcustom eshell-explicit-command-char ?*
"If this char occurs before a command name, call it externally.
That is, although `vi' may be an alias, `\vi' will always call the
That is, although `vi' may be an alias, `*vi' will always call the
external version."
:type 'character
:group 'eshell-ext)