diff options
| author | Luc Teirlinck | 2004-03-27 04:05:23 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-03-27 04:05:23 +0000 |
| commit | 4f8453aeb30667bd173af77cbb6f0d64abc15563 (patch) | |
| tree | 52f1cc919e86d4cd8434cedc88e2a0177d2765f1 | |
| parent | 0e3dc638b703941b404ceb237e474cd6f4ea7d90 (diff) | |
| download | emacs-4f8453aeb30667bd173af77cbb6f0d64abc15563.tar.gz emacs-4f8453aeb30667bd173af77cbb6f0d64abc15563.zip | |
(buffer-stale-function): Minor doc fix.
| -rw-r--r-- | lisp/files.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el index c098cbcc7ff..706c6856775 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3461,10 +3461,10 @@ Auto Revert Mode sets NOCONFIRM to t. The function should return | |||
| 3461 | non-nil if the buffer should be reverted. The buffer is current | 3461 | non-nil if the buffer should be reverted. The buffer is current |
| 3462 | when this function is called. | 3462 | when this function is called. |
| 3463 | 3463 | ||
| 3464 | The idea behind the NOCONFIRM argument is that it should be t if | 3464 | The idea behind the NOCONFIRM argument is that it should be |
| 3465 | the buffer is going to be reverted without asking the user. In | 3465 | non-nil if the buffer is going to be reverted without asking the |
| 3466 | such situations, one has to be careful with potentially time | 3466 | user. In such situations, one has to be careful with potentially |
| 3467 | consuming operations.") | 3467 | time consuming operations.") |
| 3468 | 3468 | ||
| 3469 | (defvar before-revert-hook nil | 3469 | (defvar before-revert-hook nil |
| 3470 | "Normal hook for `revert-buffer' to run before reverting. | 3470 | "Normal hook for `revert-buffer' to run before reverting. |