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)
This commit is contained in:
Chunyang Xu 2016-11-25 11:19:52 +02:00 committed by Eli Zaretskii
parent 2e361c74ad
commit 0828126934

View file

@ -143,7 +143,7 @@ See variable `eshell-scroll-show-maximum-output' and function
:type '(radio (const :tag "Do not scroll Eshell windows" nil) :type '(radio (const :tag "Do not scroll Eshell windows" nil)
(const :tag "Scroll all windows showing the buffer" all) (const :tag "Scroll all windows showing the buffer" all)
(const :tag "Scroll only the selected window" this) (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) :group 'eshell-mode)
(defcustom eshell-scroll-show-maximum-output t (defcustom eshell-scroll-show-maximum-output t