]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in an Eshell defcustom
authorChunyang Xu <mail@xuchunyang.me>
Fri, 25 Nov 2016 09:19:52 +0000 (11:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Nov 2016 09:19:52 +0000 (11:19 +0200)
* lisp/eshell/esh-mode.el (eshell-scroll-to-bottom-on-output): Fix
a typo in the 'others' standard value.  (Bug#24983)

lisp/eshell/esh-mode.el

index 388bc7473679f1664135dfed14b67ac369c6930a..14964f9aab8ee94f9d176a6ef9fb27c26618a308 100644 (file)
@@ -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