diff options
| author | Luc Teirlinck | 2004-06-16 01:34:15 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-16 01:34:15 +0000 |
| commit | c90dcdd560c6652125bf67ff1eedd8b199fbe25c (patch) | |
| tree | 31681dcd98d88cc689fcc215b7b93519b78b0238 | |
| parent | 2626389a87c4f67809cfdd887a82e810a109576f (diff) | |
| download | emacs-c90dcdd560c6652125bf67ff1eedd8b199fbe25c.tar.gz emacs-c90dcdd560c6652125bf67ff1eedd8b199fbe25c.zip | |
(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/files.el | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e77c78d503..45dc495ee96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * files.el (buffer-stale-function): Add hyperlink to emacs-xtra | ||
| 4 | manual to docstring. | ||
| 5 | |||
| 1 | 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 7 | ||
| 3 | * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias. | 8 | * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias. |
diff --git a/lisp/files.el b/lisp/files.el index dc84c79df84..2b038c8e9c6 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3480,7 +3480,10 @@ this function is called. | |||
| 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. |