aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Aranda2019-04-05 17:40:12 -0300
committerEli Zaretskii2019-04-06 09:53:39 +0300
commita8cffcf27f4d4f7e35462e2ccb011d231f1a61cc (patch)
tree7c31cb5e62d68f90e3b0a037452644a816fe260e
parent9e79f199ffad18a58c8031d347e8cfb297e12407 (diff)
downloademacs-a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc.tar.gz
emacs-a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc.zip
Fix typo in a doc string
* lisp/autorevert.el (global-auto-revert-mode): Fix a typo. (Bug#35165)
-rw-r--r--lisp/autorevert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 242344fe9d1..58c5dba3160 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -472,7 +472,7 @@ If `global-auto-revert-non-file-buffers' is non-nil, this mode
472may also revert some non-file buffers, as described in the 472may also revert some non-file buffers, as described in the
473documentation of that variable. It ignores buffers with modes 473documentation of that variable. It ignores buffers with modes
474matching `global-auto-revert-ignore-modes', and buffers with a 474matching `global-auto-revert-ignore-modes', and buffers with a
475non-nil vale of `global-auto-revert-ignore-buffer'. 475non-nil value of `global-auto-revert-ignore-buffer'.
476 476
477When a buffer is reverted, a message is generated. This can be 477When a buffer is reverted, a message is generated. This can be
478suppressed by setting `auto-revert-verbose' to nil. 478suppressed by setting `auto-revert-verbose' to nil.