Fix eshell-explicit-command-char doc string typo

* lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo
in doc string (bug#54567).
This commit is contained in:
Lars Ingebrigtsen 2022-03-25 19:01:51 +01:00
parent d3d6f1c9bd
commit 4ec9f9edd1

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)