]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 15 Jun 2004 22:03:33 +0000 (22:03 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 15 Jun 2004 22:03:33 +0000 (22:03 +0000)
manual to docstring, as well as an info-link.

lisp/autorevert.el

index 7987e880ec1525c458ffb29952c234237da5da18..5cc578831107d39b89628263d43dea1345f25cbb 100644 (file)
@@ -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."