aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-02-29 23:09:51 +0000
committerJuanma Barranquero2004-02-29 23:09:51 +0000
commit45a878638eea7391def24ff587045b4b7f966b10 (patch)
tree084cdf9ce9568465e4ed060469e9889225bd6cbd
parent3f383e4ad7884aad8767d3a6c26c6f3bab5f8f93 (diff)
downloademacs-45a878638eea7391def24ff587045b4b7f966b10.tar.gz
emacs-45a878638eea7391def24ff587045b4b7f966b10.zip
(eshell-smart-maybe-jump-to-end): Fix typo.
-rw-r--r--lisp/eshell/em-smart.el2
1 files changed, 1 insertions, 1 deletions
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'."
242 242
243(defun eshell-smart-maybe-jump-to-end () 243(defun eshell-smart-maybe-jump-to-end ()
244 "Jump to the end of the input buffer. 244 "Jump to the end of the input buffer.
245This is done whenever a command exits sucessfully and both the command 245This is done whenever a command exits successfully and both the command
246and the end of the buffer are still visible." 246and the end of the buffer are still visible."
247 (when (and (= eshell-last-command-status 0) 247 (when (and (= eshell-last-command-status 0)
248 (if (eq eshell-review-quick-commands 'not-even-short-output) 248 (if (eq eshell-review-quick-commands 'not-even-short-output)