]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix help in mode-line-mode-menu
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 12 Feb 2018 10:10:17 +0000 (11:10 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 12 Feb 2018 10:10:17 +0000 (11:10 +0100)
* lisp/bindings.el (mode-line-mode-menu) [auto-revert-tail-mode]:
Fix help string.

lisp/bindings.el

index ac84add3617f0aa30057c6aba4e9798ee98a6b44..e03b9e9a0cbbc3bd5cfc366e136532517e8712b6 100644 (file)
@@ -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]