# HG changeset patch # User Richard M. Stallman # Date 1095695650 0 # Node ID a9bbdf07a7d6fd516a8bbf59c3d71671b547e0df # Parent c83be5f31fc50509f22838b1c492fa77a9593d38 (eshell-explicit-command-char): Doc fix. diff -r c83be5f31fc5 -r a9bbdf07a7d6 lisp/eshell/esh-ext.el --- 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)