From 45a878638eea7391def24ff587045b4b7f966b10 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 29 Feb 2004 23:09:51 +0000 Subject: [PATCH] (eshell-smart-maybe-jump-to-end): Fix typo. --- lisp/eshell/em-smart.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index 6725f96cc84..fb539487204 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -242,7 +242,7 @@ The options are `begin', `after' or `end'." (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) -- 2.39.2