]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in a doc string
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 5 Apr 2019 20:40:12 +0000 (17:40 -0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2019 06:53:39 +0000 (09:53 +0300)
* lisp/autorevert.el (global-auto-revert-mode): Fix a typo.
(Bug#35165)

lisp/autorevert.el

index 242344fe9d1d3c476b2c02558ec70a25de08801f..58c5dba3160637cc76fb3e0dec263bcb9de3d5c1 100644 (file)
@@ -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.