diff options
| author | Richard M. Stallman | 2004-09-20 15:54:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-09-20 15:54:10 +0000 |
| commit | 451eaf8db389f91c56f6257e0f54b5ef3e361f3e (patch) | |
| tree | 9c8b7d6b3302de92b879a94a552c23ff16b1dbc2 /lisp/eshell | |
| parent | 350ca08dfb4f68475cb73e0d64653874a3eddddc (diff) | |
| download | emacs-451eaf8db389f91c56f6257e0f54b5ef3e361f3e.tar.gz emacs-451eaf8db389f91c56f6257e0f54b5ef3e361f3e.zip | |
(eshell-explicit-command-char): Doc fix.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-ext.el | 4 |
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. |
| 153 | That is, although vi may be an alias, *vi will always call the | 153 | That is, although `vi' may be an alias, `\vi' will always call the |
| 154 | external version. UNIX users may prefer this variable to be \." | 154 | external version." |
| 155 | :type 'character | 155 | :type 'character |
| 156 | :group 'eshell-ext) | 156 | :group 'eshell-ext) |
| 157 | 157 | ||