summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunyang Xu <mail@xuchunyang.me>2016-11-25 11:19:52 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-25 11:19:52 +0200
commit0828126934c89039383de845910c20f50e973837 (patch)
tree1cd8744da82672c2065e70f58a8028838bac6a71
parent2e361c74ad3d621e969d663aee20446ee7c38b5b (diff)
downloademacs-0828126934c89039383de845910c20f50e973837.tar.gz
Fix a typo in an Eshell defcustom
* lisp/eshell/esh-mode.el (eshell-scroll-to-bottom-on-output): Fix a typo in the 'others' standard value. (Bug#24983)
-rw-r--r--lisp/eshell/esh-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 388bc747367..14964f9aab8 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -143,7 +143,7 @@ See variable `eshell-scroll-show-maximum-output' and function
:type '(radio (const :tag "Do not scroll Eshell windows" nil)
(const :tag "Scroll all windows showing the buffer" all)
(const :tag "Scroll only the selected window" this)
- (const :tag "Scroll all windows other than selected" this))
+ (const :tag "Scroll all windows other than selected" others))
:group 'eshell-mode)
(defcustom eshell-scroll-show-maximum-output t