Mercurial > emacs
changeset 57162:a9bbdf07a7d6
(eshell-explicit-command-char): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Sep 2004 15:54:10 +0000 |
parents | c83be5f31fc5 |
children | 22cfa0559b07 |
files | lisp/eshell/esh-ext.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-ext.el Mon Sep 20 15:47:41 2004 +0000 +++ b/lisp/eshell/esh-ext.el Mon Sep 20 15:54:10 2004 +0000 @@ -150,8 +150,8 @@ (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)