summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-05-06 14:38:07 +0000
committerEli Zaretskii <eliz@gnu.org>2006-05-06 14:38:07 +0000
commit415053a111c8a62578a7f74eade988f4c40eb09c (patch)
tree964bcb0bfd8d3aeb697c009d130d9d4398f9865e
parent098c61f2021ff648e2623b76391435d60bfa98d8 (diff)
downloademacs-415053a111c8a62578a7f74eade988f4c40eb09c.tar.gz
(global-auto-revert-non-file-buffers): Point Info links to the main manual,
not to emacs-xtra.
-rw-r--r--lisp/autorevert.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 4119dba5755..9d189e027c0 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -215,10 +215,10 @@ changes in subdirectories or in the contents, size, modes, etc.,
of files. You may still sometimes want to revert them manually.
Use this option with care since it could lead to excessive auto-reverts.
-For more information, see Info node `(emacs-xtra)Autorevert'."
+For more information, see Info node `(emacs)Autorevert'."
:group 'auto-revert
:type 'boolean
- :link '(info-link "(emacs-xtra)Autorevert"))
+ :link '(info-link "(emacs)Autorevert"))
(defcustom global-auto-revert-ignore-modes ()
"List of major modes Global Auto-Revert Mode should not check."