summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-06-15 22:03:33 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-06-15 22:03:33 +0000
commit843c51ae4aba94e82a8dacd2ffd6fca4fb028c2a (patch)
tree21314a14ddcc97e30dab088534ed55e2431a6831 /lisp/autorevert.el
parentf0ea9520231133137ebe86892ae107ef23cdcc95 (diff)
downloademacs-843c51ae4aba94e82a8dacd2ffd6fca4fb028c2a.tar.gz
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
manual to docstring, as well as an info-link.
Diffstat (limited to 'lisp/autorevert.el')
-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
buffer needs updating may be imperfect, due to efficiency
considerations, and may not take all information listed in the
buffer into account. Hence, a non-nil value for this option does
-not necessarily make manual updates useless for non-file buffers."
+not necessarily make manual updates useless for non-file buffers.
+
+To find out to which buffers this option currently applies, as
+well as for further details, see Info node `(emacs-xtra)Autorevert'."
:group 'auto-revert
- :type 'boolean)
+ :type 'boolean
+ :link '(info-link "(emacs-xtra)Autorevert"))
(defcustom global-auto-revert-ignore-modes '()
"List of major modes Global Auto-Revert Mode should not check."