diff options
Diffstat (limited to 'lisp')
| -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. |