]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak previous NEWS change
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2014 07:17:58 +0000 (00:17 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2014 07:17:58 +0000 (00:17 -0700)
etc/NEWS

index 32490aefd5cf8d5104131220b594ae0bb8050ebd..b7b9bd546c1b83f7ad1a690728526e6e58a7c208 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -159,6 +159,9 @@ You can change the default by customizing `blink-cursor-blinks'.
 ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward.
 This affects View mode, etc.
 
+** The default value of `buffer-stale-function' is no longer nil.
+Instead it defaults to a function that does what the nil value used to.
+
 ** Help changes
 
 +++
@@ -1397,10 +1400,9 @@ argument, with the same interpretation as the returned value of
 
 ** Revert and Autorevert changes
 
-*** The default values of `make-backup-file-name-function',
-`revert-buffer-function', `revert-buffer-insert-file-contents-function',
-and `buffer-stale-function' are no longer nil.  Instead they default
-to functions that do what the nil value used to.
+*** The default values of `buffer-stale-function', `revert-buffer-function',
+and `revert-buffer-insert-file-contents-function' are no longer nil.
+Instead they default to functions that do what the nil value used to.
 
 ---
 *** If Emacs is compiled with file notification support, it uses notifications