aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6110cff3346..b2200a267fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2305,8 +2305,10 @@ buffer's local map and the map specified by the `local-map' property.
2305This is probably what most current uses of `local-map' want, rather 2305This is probably what most current uses of `local-map' want, rather
2306than replacing the local map. 2306than replacing the local map.
2307 2307
2308** The obsolete variables before-change-function and 2308** The obsolete variables `before-change-function' and
2309after-change-function are no longer acted upon and have been removed. 2309`after-change-function' are no longer acted upon and have been
2310removed. Use `before-change-functions' and `after-change-functions'
2311instead.
2310 2312
2311** The function `apropos-mode' runs the hook `apropos-mode-hook'. 2313** The function `apropos-mode' runs the hook `apropos-mode-hook'.
2312 2314