comparison lisp/files.el @ 56129:8f4caa6ad271

(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Jun 2004 01:31:13 +0000
parents 3065660dae6e
children fdd6cb3fe998
comparison
equal deleted inserted replaced
56128:cf2e292bf084 56129:8f4caa6ad271
3478 this function is called. 3478 this function is called.
3479 3479
3480 The idea behind the NOCONFIRM argument is that it should be 3480 The idea behind the NOCONFIRM argument is that it should be
3481 non-nil if the buffer is going to be reverted without asking the 3481 non-nil if the buffer is going to be reverted without asking the
3482 user. In such situations, one has to be careful with potentially 3482 user. In such situations, one has to be careful with potentially
3483 time consuming operations.") 3483 time consuming operations.
3484
3485 For more information on how this variable is used by Auto Revert mode,
3486 see Info node `(emacs-xtra)Supporting additional buffers'.")
3484 3487
3485 (defvar before-revert-hook nil 3488 (defvar before-revert-hook nil
3486 "Normal hook for `revert-buffer' to run before reverting. 3489 "Normal hook for `revert-buffer' to run before reverting.
3487 If `revert-buffer-function' is used to override the normal revert 3490 If `revert-buffer-function' is used to override the normal revert
3488 mechanism, this hook is not used.") 3491 mechanism, this hook is not used.")