diff lisp/eshell/em-smart.el @ 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 695cf19ef79e
children 5aa470f4fc15
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)