From 01dab7c546d223fd15aa7ff81c1fd6a618c610e4 Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Fri, 5 Apr 2019 17:40:12 -0300 Subject: [PATCH] Fix typo in a doc string * lisp/autorevert.el (global-auto-revert-mode): Fix typo. --- lisp/autorevert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/autorevert.el b/lisp/autorevert.el index bc7c616..d044328 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -464,7 +464,7 @@ global-auto-revert-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. -- 2.7.4