diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:15:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:15:57 +0000 |
commit | 0caf330fae0031a366218c17449566f9cb8ca901 (patch) | |
tree | 75fa500447d255db90640a8256fc65db2ae8e0c1 /lisp/eshell | |
parent | 9e2dee61244208cb27f3d037171edead2b703401 (diff) | |
download | emacs-0caf330fae0031a366218c17449566f9cb8ca901.tar.gz |
(eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 51b9f71b75d..c9bdebebdb7 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -818,7 +818,7 @@ This is done after all necessary filtering has been done." "Go to the end of buffer in all windows showing it. Movement occurs if point in the selected window is not after the process mark, and `this-command' is an insertion command. Insertion -commands recognised are `self-insert-command', `yank', and +commands recognized are `self-insert-command', `yank', and `hilit-yank'. Depends on the value of `eshell-scroll-to-bottom-on-input'. |