emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0828126: Fix a typo in an Eshell defcustom


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 0828126: Fix a typo in an Eshell defcustom
Date: Fri, 25 Nov 2016 09:20:43 +0000 (UTC)

branch: emacs-25
commit 0828126934c89039383de845910c20f50e973837
Author: Chunyang Xu <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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)
---
 lisp/eshell/esh-mode.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 388bc74..14964f9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]