aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 650a032022f..23bdd8590db 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -168,7 +168,6 @@ first.
168** The function invisible-p returns non-nil if the character 168** The function invisible-p returns non-nil if the character
169after a specified position is invisible. 169after a specified position is invisible.
170 170
171+++
172** inhibit-modification-hooks is bound to t while running modification hooks. 171** inhibit-modification-hooks is bound to t while running modification hooks.
173As a happy consequence, after-change-functions and before-change-functions 172As a happy consequence, after-change-functions and before-change-functions
174are not bound to nil any more while running an (after|before)-change-function. 173are not bound to nil any more while running an (after|before)-change-function.