From: Michael Albinus Date: Mon, 12 Feb 2018 10:10:17 +0000 (+0100) Subject: Fix help in mode-line-mode-menu X-Git-Tag: emacs-26.1-rc1~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cef3b42;p=emacs.git Fix help in mode-line-mode-menu * lisp/bindings.el (mode-line-mode-menu) [auto-revert-tail-mode]: Fix help string. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index ac84add3617..e03b9e9a0cb 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -575,7 +575,7 @@ Switch to the most recently selected buffer other than the current one." :button (:toggle . (bound-and-true-p flyspell-mode)))) (bindings--define-key mode-line-mode-menu [auto-revert-tail-mode] '(menu-item "Auto revert tail (Tail)" auto-revert-tail-mode - :help "Revert the tail of the buffer when buffer grows" + :help "Revert the tail of the buffer when the file on disk grows" :enable (buffer-file-name) :button (:toggle . (bound-and-true-p auto-revert-tail-mode)))) (bindings--define-key mode-line-mode-menu [auto-revert-mode]