diff options
| author | Glenn Morris | 2014-04-03 22:09:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-04-03 22:09:35 -0400 |
| commit | 8a1d24b11ef7bfed0752896cbfbcdd793f100b03 (patch) | |
| tree | 23cfe23968dcc68b9649c745d76eae05d0ab720c /doc/lispref | |
| parent | 0360792967fa95567a9ec2d767f3a33563c1bbc5 (diff) | |
| download | emacs-8a1d24b11ef7bfed0752896cbfbcdd793f100b03.tar.gz emacs-8a1d24b11ef7bfed0752896cbfbcdd793f100b03.zip | |
Doc updates for buffer-stale-function now applying to file buffers too
* doc/emacs/arevert-xtra.texi (Supporting additional buffers):
* doc/lispref/backups.texi (Reverting):
Update for buffer-stale-function also applying to file-buffers.
* lisp/autorevert.el (auto-revert-buffers):
* lisp/files.el (buffer-stale--default-function)
(buffer-stale-function, revert-buffer--default): Doc tweaks.
* etc/NEWS: Related edits.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/backups.texi | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 456c2cbdc12..1fb664893f8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * backups.texi (Making Backups, Reverting): | 3 | * backups.texi (Making Backups, Reverting): |
| 4 | Update for default values of some -function vars no longer being nil. | 4 | Update for default values of some -function vars no longer being nil. |
| 5 | (Reverting): Update for buffer-stale-function | ||
| 6 | also applying to file-buffers. | ||
| 5 | 7 | ||
| 6 | 2014-03-25 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-03-25 Eli Zaretskii <eliz@gnu.org> |
| 7 | 9 | ||
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index 9fa97fc1300..63f8f227c84 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi | |||
| @@ -764,7 +764,9 @@ may or may not run this hook. | |||
| 764 | @c FIXME? Move this section from arevert-xtra to here? | 764 | @c FIXME? Move this section from arevert-xtra to here? |
| 765 | @defvar buffer-stale-function | 765 | @defvar buffer-stale-function |
| 766 | The value of this variable specifies a function to call to check | 766 | The value of this variable specifies a function to call to check |
| 767 | whether a non-file buffer needs reverting | 767 | whether a buffer needs reverting. The default value only handles |
| 768 | buffers that are visiting files, by checking their modification time. | ||
| 769 | Buffers that are not visiting files require a custom function | ||
| 768 | @iftex | 770 | @iftex |
| 769 | (@pxref{Supporting additional buffers,,, emacs-xtra, Specialized Emacs Features}). | 771 | (@pxref{Supporting additional buffers,,, emacs-xtra, Specialized Emacs Features}). |
| 770 | @end iftex | 772 | @end iftex |