diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-01 15:27:10 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-01 15:27:10 -0400 |
commit | aac7ba08b8ab6c37bc0d8f8f81846204bafc27e4 (patch) | |
tree | e3cf35ac287e7451a4ae348666f0e26b27f3f6ed /lisp/eshell | |
parent | beb83b5ac5c552ae221fc96cf55de18936978736 (diff) | |
download | emacs-aac7ba08b8ab6c37bc0d8f8f81846204bafc27e4.tar.gz |
Further doc fix.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 86de9725790..b1f8fd037a4 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -239,7 +239,7 @@ return non-nil if the command is complex." "If non-nil, enable Eshell debugging code. This is slow, and only useful for debugging problems with Eshell. If you change this without using customize after Eshell has loaded, -you must re-load 'eshell-cmd.el'." +you must re-load 'esh-cmd.el'." :initialize 'custom-initialize-default :set (lambda (symbol value) (set sym val) |