]> code.delx.au - gnu-emacs/commitdiff
(eshell-explicit-command-char): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:54:10 +0000 (15:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:54:10 +0000 (15:54 +0000)
lisp/eshell/esh-ext.el

index 9730536ac3704a847667ebdcaeba5239299fd935..c16b6113516b43b8ee13f71160d712661bbcfcfa 100644 (file)
@@ -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)