emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 a8cffcf: Fix typo in a doc string


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 a8cffcf: Fix typo in a doc string
Date: Sat, 6 Apr 2019 02:56:31 -0400 (EDT)

branch: emacs-26
commit a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc
Author: Mauro Aranda <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix typo in a doc string
    
    * lisp/autorevert.el (global-auto-revert-mode): Fix a typo.
    (Bug#35165)
---
 lisp/autorevert.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 242344f..58c5dba 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]