From: Richard M. Stallman Date: Mon, 20 Sep 2004 15:54:10 +0000 (+0000) Subject: (eshell-explicit-command-char): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4865 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=451eaf8db389f91c56f6257e0f54b5ef3e361f3e;p=emacs.git (eshell-explicit-command-char): Doc fix. --- diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 9730536ac37..c16b6113516 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -150,8 +150,8 @@ 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 -external version. UNIX users may prefer this variable to be \." +That is, although `vi' may be an alias, `\vi' will always call the +external version." :type 'character :group 'eshell-ext)