]> code.delx.au - gnu-emacs/commitdiff
(global-auto-revert-non-file-buffers): Point Info links to the main manual,
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 14:38:07 +0000 (14:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 14:38:07 +0000 (14:38 +0000)
not to emacs-xtra.

lisp/autorevert.el

index 4119dba5755d2403a1eec7539a04536b485c8c79..9d189e027c0e1e2f5a715777f259a779bc4de17e 100644 (file)
@@ -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."