diff options
| -rw-r--r-- | lisp/autorevert.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 7987e880ec1..5cc57883110 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -185,9 +185,13 @@ Note also that for some non-file buffers the check whether the | |||
| 185 | buffer needs updating may be imperfect, due to efficiency | 185 | buffer needs updating may be imperfect, due to efficiency |
| 186 | considerations, and may not take all information listed in the | 186 | considerations, and may not take all information listed in the |
| 187 | buffer into account. Hence, a non-nil value for this option does | 187 | buffer into account. Hence, a non-nil value for this option does |
| 188 | not necessarily make manual updates useless for non-file buffers." | 188 | not necessarily make manual updates useless for non-file buffers. |
| 189 | |||
| 190 | To find out to which buffers this option currently applies, as | ||
| 191 | well as for further details, see Info node `(emacs-xtra)Autorevert'." | ||
| 189 | :group 'auto-revert | 192 | :group 'auto-revert |
| 190 | :type 'boolean) | 193 | :type 'boolean |
| 194 | :link '(info-link "(emacs-xtra)Autorevert")) | ||
| 191 | 195 | ||
| 192 | (defcustom global-auto-revert-ignore-modes '() | 196 | (defcustom global-auto-revert-ignore-modes '() |
| 193 | "List of major modes Global Auto-Revert Mode should not check." | 197 | "List of major modes Global Auto-Revert Mode should not check." |