summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:15:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:15:57 +0000
commitb75996231def7abde3e8e6aeddfb98788e661180 (patch)
tree998306f9e14fd3c093643a768af3d5a42c91327d
parent8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e (diff)
downloademacs-b75996231def7abde3e8e6aeddfb98788e661180.tar.gz
(eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.
-rw-r--r--lisp/eshell/esh-mode.el2
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'.