From: Mauro Aranda Date: Fri, 5 Apr 2019 20:40:12 +0000 (-0300) Subject: Fix typo in a doc string X-Git-Tag: emacs-26.2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8cffcf;p=emacs.git Fix typo in a doc string * lisp/autorevert.el (global-auto-revert-mode): Fix a typo. (Bug#35165) --- 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.