aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6cff14d2742..e46d0fdc61a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -795,6 +795,9 @@ The few hooks that used with-wrapper-hook are replaced as follows:
795*** `completion-in-region-function' obsoletes `completion-in-region-functions'. 795*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
796*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. 796*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
797 797
798** `byte-compile-interactive-only-functions' is now obsolete.
799It has been replaced by the symbol property 'interactive-only.
800
798** `split-string' now takes an optional argument TRIM. 801** `split-string' now takes an optional argument TRIM.
799The value, if non-nil, is a regexp that specifies what to trim from 802The value, if non-nil, is a regexp that specifies what to trim from
800the start and end of each substring. 803the start and end of each substring.