summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-02-12 11:10:17 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-02-12 11:10:17 +0100
commitcef3b4248c02d7540fd2b6b44317baf6d2f46eae (patch)
tree162932475ad56024edcd913fe2263c6374d02d5c /lisp/bindings.el
parentf8a493c800252621403ef281d8a26e4d6d6acd9a (diff)
downloademacs-cef3b4248c02d7540fd2b6b44317baf6d2f46eae.tar.gz
Fix help in mode-line-mode-menu
* lisp/bindings.el (mode-line-mode-menu) [auto-revert-tail-mode]: Fix help string.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
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]