projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d6f1c
)
Fix eshell-explicit-command-char doc string typo
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Mar 2022 18:01:51 +0000
(19:01 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Mar 2022 18:02:04 +0000
(19:02 +0100)
* lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo
in doc string (bug#54567).
lisp/eshell/esh-ext.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-ext.el
b/lisp/eshell/esh-ext.el
index fc023f23ce25b2b17a409cbe1604a0a29eae4295..98902fc6f23afdf1824e65e535e5ea499dc58c83 100644
(file)
--- a/
lisp/eshell/esh-ext.el
+++ b/
lisp/eshell/esh-ext.el
@@
-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)