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:
parent
d3d6f1c9bd
commit
4ec9f9edd1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue