# HG changeset patch # User Juanma Barranquero # Date 1078096191 0 # Node ID e0d19d4836147e78ed06c33c8385dd65223debeb # Parent a37354a6c3264b2ce14b1d1e0a05245291c61ab7 (eshell-smart-maybe-jump-to-end): Fix typo. diff -r a37354a6c326 -r e0d19d483614 lisp/eshell/em-smart.el --- 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)