From: Lars Ingebrigtsen Date: Fri, 25 Mar 2022 18:01:51 +0000 (+0100) Subject: Fix eshell-explicit-command-char doc string typo X-Git-Tag: emacs-28.1~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ec9f9edd130ced5b08e7bdb69b2841d082ca9f1;p=emacs.git Fix eshell-explicit-command-char doc string typo * lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo in doc string (bug#54567). --- diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index fc023f23ce2..98902fc6f23 100644 --- 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)