summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Aranda <maurooaranda@gmail.com>2019-04-05 17:40:12 -0300
committerEli Zaretskii <eliz@gnu.org>2019-04-06 09:53:39 +0300
commita8cffcf27f4d4f7e35462e2ccb011d231f1a61cc (patch)
tree7c31cb5e62d68f90e3b0a037452644a816fe260e
parent9e79f199ffad18a58c8031d347e8cfb297e12407 (diff)
downloademacs-a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc.tar.gz
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
may also revert some non-file buffers, as described in the
documentation of that variable. It ignores buffers with modes
matching `global-auto-revert-ignore-modes', and buffers with a
-non-nil vale of `global-auto-revert-ignore-buffer'.
+non-nil value of `global-auto-revert-ignore-buffer'.
When a buffer is reverted, a message is generated. This can be
suppressed by setting `auto-revert-verbose' to nil.