Mercurial > emacs
changeset 54204:e0d19d483614
(eshell-smart-maybe-jump-to-end): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 29 Feb 2004 23:09:51 +0000 |
parents | a37354a6c326 |
children | 5bf790e5e43a |
files | lisp/eshell/em-smart.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-smart.el Sun Feb 29 22:18:04 2004 +0000 +++ b/lisp/eshell/em-smart.el Sun Feb 29 23:09:51 2004 +0000 @@ -242,7 +242,7 @@ (defun eshell-smart-maybe-jump-to-end () "Jump to the end of the input buffer. -This is done whenever a command exits sucessfully and both the command +This is done whenever a command exits successfully and both the command and the end of the buffer are still visible." (when (and (= eshell-last-command-status 0) (if (eq eshell-review-quick-commands 'not-even-short-output)