summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-04-02 00:01:07 -0700
committerGlenn Morris <rgm@gnu.org>2014-04-02 00:01:07 -0700
commit9c8b0aa042be6b3c5955f855d0d08ae6beaffd06 (patch)
treedb0dabe1c422f67fd26655c8d1ca2ac85397a899 /etc
parentc7510f6e94a232aae19e07b7203ac068ef00773c (diff)
downloademacs-9c8b0aa042be6b3c5955f855d0d08ae6beaffd06.tar.gz
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'.
argument, with the same interpretation as the returned value of
`visited-file-modtime'.
-** Autorevert changes
+** Revert and Autorevert changes
+
+*** The default value of `revert-buffer-function' is no longer nil.
+Instead it defaults to a function that does what the nil value used to.
+The same applies for `revert-buffer-insert-file-contents-function'.
---
-*** If Emacs is compiled with file notification support, notifications
-are used instead of checking the time stamp of the files. You can
-disable this by setting the user option `auto-revert-use-notify' to
-nil. Alternatively, a regular expression of directories to be
-excluded from file notifications can be specified by
+*** If Emacs is compiled with file notification support, it uses notifications
+instead of checking file time stamps. To disable this, set the user option
+`auto-revert-use-notify' to nil. Alternatively, you can specify a regular
+expression matching directories to be excluded from file notifications via
`auto-revert-notify-exclude-dir-regexp'.
---
*** The new user option `auto-revert-remote-files' enables reversion
-of remote files when set to non-nil.
+of remote files, if set to non-nil.
** Face changes