* bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo
@ 2016-11-22 4:11 Chunyang Xu
2016-11-25 9:21 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Chunyang Xu @ 2016-11-22 4:11 UTC (permalink / raw)
To: 24983; +Cc: Chunyang Xu
---
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 104841d..e687fd2 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -143,7 +143,7 @@ eshell-scroll-to-bottom-on-output
: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
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo
2016-11-22 4:11 bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo Chunyang Xu
@ 2016-11-25 9:21 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2016-11-25 9:21 UTC (permalink / raw)
To: Chunyang Xu; +Cc: 24983-done
> From: Chunyang Xu <mail@xuchunyang.me>
> Date: Tue, 22 Nov 2016 12:11:53 +0800
> Cc: Chunyang Xu <mail@xuchunyang.me>
>
> ---
> 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 104841d..e687fd2 100644
> --- a/lisp/eshell/esh-mode.el
> +++ b/lisp/eshell/esh-mode.el
> @@ -143,7 +143,7 @@ eshell-scroll-to-bottom-on-output
> :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)
Thanks, pushed to the emacs-25 branch.
in the future, please accompany your changes with a ChangeLog-style
commit log entry, as described in CONTRIBUTE.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-25 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 4:11 bug#24983: [PATCH] * lisp/eshell/esh-mode.el: Fix typo Chunyang Xu
2016-11-25 9:21 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.