aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorRichard M. Stallman2004-09-20 15:54:10 +0000
committerRichard M. Stallman2004-09-20 15:54:10 +0000
commit451eaf8db389f91c56f6257e0f54b5ef3e361f3e (patch)
tree9c8b7d6b3302de92b879a94a552c23ff16b1dbc2 /lisp/eshell
parent350ca08dfb4f68475cb73e0d64653874a3eddddc (diff)
downloademacs-451eaf8db389f91c56f6257e0f54b5ef3e361f3e.tar.gz
emacs-451eaf8db389f91c56f6257e0f54b5ef3e361f3e.zip
(eshell-explicit-command-char): Doc fix.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-ext.el4
1 files changed, 2 insertions, 2 deletions
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."
150 150
151(defcustom eshell-explicit-command-char ?* 151(defcustom eshell-explicit-command-char ?*
152 "*If this char occurs before a command name, call it externally. 152 "*If this char occurs before a command name, call it externally.
153That is, although vi may be an alias, *vi will always call the 153That is, although `vi' may be an alias, `\vi' will always call the
154external version. UNIX users may prefer this variable to be \." 154external version."
155 :type 'character 155 :type 'character
156 :group 'eshell-ext) 156 :group 'eshell-ext)
157 157