aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-04-03 22:09:35 -0400
committerGlenn Morris2014-04-03 22:09:35 -0400
commit8a1d24b11ef7bfed0752896cbfbcdd793f100b03 (patch)
tree23cfe23968dcc68b9649c745d76eae05d0ab720c /etc
parent0360792967fa95567a9ec2d767f3a33563c1bbc5 (diff)
downloademacs-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/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3998934b5e..db1dd43216b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1404FIXME 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',
1406and `revert-buffer-insert-file-contents-function' are no longer nil. 1406and `revert-buffer-insert-file-contents-function' are no longer nil.
1407Instead they default to functions that do what the nil value used to. 1407Instead 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
1411instead of checking file time stamps. To disable this, set the user option 1414instead of checking file time stamps. To disable this, set the user option