Fix typo in a doc string
* lisp/autorevert.el (global-auto-revert-mode): Fix a typo. (Bug#35165)
This commit is contained in:
parent
9e79f199ff
commit
a8cffcf27f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue