comparison lisp/eshell/esh-mode.el @ 63513:3a1ff24e79ba

(eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Jun 2005 16:15:57 +0000
parents 8cd0894899dc
children 18a818a2ee7c b7da78284d4c
comparison
equal deleted inserted replaced
63512:8d59a5d179f2 63513:3a1ff24e79ba
816 ;;; jww (1999-10-23): this needs testing 816 ;;; jww (1999-10-23): this needs testing
817 (defun eshell-preinput-scroll-to-bottom () 817 (defun eshell-preinput-scroll-to-bottom ()
818 "Go to the end of buffer in all windows showing it. 818 "Go to the end of buffer in all windows showing it.
819 Movement occurs if point in the selected window is not after the 819 Movement occurs if point in the selected window is not after the
820 process mark, and `this-command' is an insertion command. Insertion 820 process mark, and `this-command' is an insertion command. Insertion
821 commands recognised are `self-insert-command', `yank', and 821 commands recognized are `self-insert-command', `yank', and
822 `hilit-yank'. Depends on the value of 822 `hilit-yank'. Depends on the value of
823 `eshell-scroll-to-bottom-on-input'. 823 `eshell-scroll-to-bottom-on-input'.
824 824
825 This function should be a pre-command hook." 825 This function should be a pre-command hook."
826 (if (memq this-command '(self-insert-command yank hilit-yank)) 826 (if (memq this-command '(self-insert-command yank hilit-yank))