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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1401,11 +1401,14 @@ argument, with the same interpretation as the returned value of | |||
| 1401 | 1401 | ||
| 1402 | ** Revert and Autorevert changes | 1402 | ** Revert and Autorevert changes |
| 1403 | 1403 | ||
| 1404 | FIXME buffer-stale-function no longer just for non-file buffers? | 1404 | +++ |
| 1405 | *** The default values of `buffer-stale-function', `revert-buffer-function', | 1405 | *** The default values of `buffer-stale-function', `revert-buffer-function', |
| 1406 | and `revert-buffer-insert-file-contents-function' are no longer nil. | 1406 | and `revert-buffer-insert-file-contents-function' are no longer nil. |
| 1407 | Instead they default to functions that do what the nil value used to. | 1407 | Instead they default to functions that do what the nil value used to. |
| 1408 | 1408 | ||
| 1409 | +++ | ||
| 1410 | *** `buffer-stale-function' is now used for buffers visiting files too. | ||
| 1411 | |||
| 1409 | --- | 1412 | --- |
| 1410 | *** If Emacs is compiled with file notification support, it uses notifications | 1413 | *** If Emacs is compiled with file notification support, it uses notifications |
| 1411 | instead of checking file time stamps. To disable this, set the user option | 1414 | instead of checking file time stamps. To disable this, set the user option |