diff options
| author | Richard M. Stallman | 2004-06-21 03:12:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-21 03:12:46 +0000 |
| commit | d9e4328d52192088d5b534d110e049b01d3b1882 (patch) | |
| tree | 651e89a90f53ff6b4fa27fb36d209cb01d33b1dc /lisp | |
| parent | 5b3dedccf3e03c6943e362e6f96810b75e789849 (diff) | |
| download | emacs-d9e4328d52192088d5b534d110e049b01d3b1882.tar.gz emacs-d9e4328d52192088d5b534d110e049b01d3b1882.zip | |
(global-auto-revert-non-file-buffers): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/autorevert.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index c7a65a867e3..7b786882cf6 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -174,7 +174,7 @@ would only waste precious space." | |||
| 174 | :type 'hook) | 174 | :type 'hook) |
| 175 | 175 | ||
| 176 | (defcustom global-auto-revert-non-file-buffers nil | 176 | (defcustom global-auto-revert-non-file-buffers nil |
| 177 | "When nil only file buffers are reverted by Global Auto-Revert Mode. | 177 | "When nil, Global Auto-Revert mode operates only on file-visiting buffers. |
| 178 | 178 | ||
| 179 | When non-nil, both file buffers and buffers with a custom | 179 | When non-nil, both file buffers and buffers with a custom |
| 180 | `revert-buffer-function' and a `buffer-stale-function' are | 180 | `revert-buffer-function' and a `buffer-stale-function' are |
| @@ -184,6 +184,7 @@ directories. Dired buffers do not auto-revert as a result of | |||
| 184 | changes in subdirectories or in the contents, size, modes, etc., | 184 | changes in subdirectories or in the contents, size, modes, etc., |
| 185 | of files. You may still sometimes want to revert them manually. | 185 | of files. You may still sometimes want to revert them manually. |
| 186 | 186 | ||
| 187 | Use this option with care since it could lead to excessive auto-reverts. | ||
| 187 | For more information, see Info node `(emacs-xtra)Autorevert'." | 188 | For more information, see Info node `(emacs-xtra)Autorevert'." |
| 188 | :group 'auto-revert | 189 | :group 'auto-revert |
| 189 | :type 'boolean | 190 | :type 'boolean |