aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/autorevert.el8
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
185buffer needs updating may be imperfect, due to efficiency 185buffer needs updating may be imperfect, due to efficiency
186considerations, and may not take all information listed in the 186considerations, and may not take all information listed in the
187buffer into account. Hence, a non-nil value for this option does 187buffer into account. Hence, a non-nil value for this option does
188not necessarily make manual updates useless for non-file buffers." 188not necessarily make manual updates useless for non-file buffers.
189
190To find out to which buffers this option currently applies, as
191well 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."