aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-04-02 00:01:07 -0700
committerGlenn Morris2014-04-02 00:01:07 -0700
commit9c8b0aa042be6b3c5955f855d0d08ae6beaffd06 (patch)
treedb0dabe1c422f67fd26655c8d1ca2ac85397a899 /etc
parentc7510f6e94a232aae19e07b7203ac068ef00773c (diff)
downloademacs-9c8b0aa042be6b3c5955f855d0d08ae6beaffd06.tar.gz
emacs-9c8b0aa042be6b3c5955f855d0d08ae6beaffd06.zip
NEWS small edits
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 10 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 360ab3f81c0..81aebf09c37 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1395,19 +1395,22 @@ used in place of the 9th element of `file-attributes'.
1395argument, with the same interpretation as the returned value of 1395argument, with the same interpretation as the returned value of
1396`visited-file-modtime'. 1396`visited-file-modtime'.
1397 1397
1398** Autorevert changes 1398** Revert and Autorevert changes
1399
1400*** The default value of `revert-buffer-function' is no longer nil.
1401Instead it defaults to a function that does what the nil value used to.
1402The same applies for `revert-buffer-insert-file-contents-function'.
1399 1403
1400--- 1404---
1401*** If Emacs is compiled with file notification support, notifications 1405*** If Emacs is compiled with file notification support, it uses notifications
1402are used instead of checking the time stamp of the files. You can 1406instead of checking file time stamps. To disable this, set the user option
1403disable this by setting the user option `auto-revert-use-notify' to 1407`auto-revert-use-notify' to nil. Alternatively, you can specify a regular
1404nil. Alternatively, a regular expression of directories to be 1408expression matching directories to be excluded from file notifications via
1405excluded from file notifications can be specified by
1406`auto-revert-notify-exclude-dir-regexp'. 1409`auto-revert-notify-exclude-dir-regexp'.
1407 1410
1408--- 1411---
1409*** The new user option `auto-revert-remote-files' enables reversion 1412*** The new user option `auto-revert-remote-files' enables reversion
1410of remote files when set to non-nil. 1413of remote files, if set to non-nil.
1411 1414
1412** Face changes 1415** Face changes
1413 1416