]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix eshell-explicit-command-char doc string typo
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Mar 2022 18:01:51 +0000 (19:01 +0100)
committerLars 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

index fc023f23ce25b2b17a409cbe1604a0a29eae4295..98902fc6f23afdf1824e65e535e5ea499dc58c83 100644 (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)