summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-smart.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/em-smart.el')
-rw-r--r--lisp/eshell/em-smart.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el
index 4002914027a..750d7978287 100644
--- a/lisp/eshell/em-smart.el
+++ b/lisp/eshell/em-smart.el
@@ -33,7 +33,7 @@ some of the edit/review concepts inherent in the design of Plan 9's
Most likely you will have to turn this option on and play around with
it to get a real sense of how it works."
:tag "Smart display of output"
- :link '(info-link "(eshell)Smart display of output")
+ ;; :link '(info-link "(eshell)Smart display of output")
:group 'eshell-module)
;;; Commentary:
@@ -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)
@@ -323,4 +323,5 @@ and the end of the buffer are still visible."
;;; Code:
+;;; arch-tag: 8c0112c7-379c-4d54-9a1c-204d68786a4b
;;; em-smart.el ends here