diff options
| author | Mauro Aranda | 2019-04-05 17:40:12 -0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-06 09:53:39 +0300 |
| commit | a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc (patch) | |
| tree | 7c31cb5e62d68f90e3b0a037452644a816fe260e | |
| parent | 9e79f199ffad18a58c8031d347e8cfb297e12407 (diff) | |
| download | emacs-a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc.tar.gz emacs-a8cffcf27f4d4f7e35462e2ccb011d231f1a61cc.zip | |
Fix typo in a doc string
* lisp/autorevert.el (global-auto-revert-mode): Fix a typo.
(Bug#35165)
| -rw-r--r-- | lisp/autorevert.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 472 | may also revert some non-file buffers, as described in the | 472 | may also revert some non-file buffers, as described in the |
| 473 | documentation of that variable. It ignores buffers with modes | 473 | documentation of that variable. It ignores buffers with modes |
| 474 | matching `global-auto-revert-ignore-modes', and buffers with a | 474 | matching `global-auto-revert-ignore-modes', and buffers with a |
| 475 | non-nil vale of `global-auto-revert-ignore-buffer'. | 475 | non-nil value of `global-auto-revert-ignore-buffer'. |
| 476 | 476 | ||
| 477 | When a buffer is reverted, a message is generated. This can be | 477 | When a buffer is reverted, a message is generated. This can be |
| 478 | suppressed by setting `auto-revert-verbose' to nil. | 478 | suppressed by setting `auto-revert-verbose' to nil. |