aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-06 14:37:04 +0000
committerEli Zaretskii2006-05-06 14:37:04 +0000
commitb3a5935014e797352ec48cfec40826f51292790c (patch)
tree0910f2d0ba0c5e5f79249d8505e1fcd2aaec5179
parent7cdd23e656f1e49b3e4b6d556a70969df7bf1f6d (diff)
downloademacs-b3a5935014e797352ec48cfec40826f51292790c.tar.gz
emacs-b3a5935014e797352ec48cfec40826f51292790c.zip
(buffer-stale-function): Point Info links to the main manual, not to emacs-xtra.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 99972dc9709..861265ef3c0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3931,7 +3931,7 @@ user. In such situations, one has to be careful with potentially
3931time consuming operations. 3931time consuming operations.
3932 3932
3933For more information on how this variable is used by Auto Revert mode, 3933For more information on how this variable is used by Auto Revert mode,
3934see Info node `(emacs-xtra)Supporting additional buffers'.") 3934see Info node `(emacs)Supporting additional buffers'.")
3935 3935
3936(defvar before-revert-hook nil 3936(defvar before-revert-hook nil
3937 "Normal hook for `revert-buffer' to run before reverting. 3937 "Normal hook for `revert-buffer' to run before reverting.