aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-04 11:48:06 -0800
committerGlenn Morris2012-02-04 11:48:06 -0800
commit34c999980444dc3aea494fbf87d71d858fbc3f0f (patch)
treeb9a4a056c0cc3f5137e464e208a5a44a66ab8c90 /etc
parent79c1cc1e971d0f8766e62d60f459d5253b913f05 (diff)
downloademacs-34c999980444dc3aea494fbf87d71d858fbc3f0f.tar.gz
emacs-34c999980444dc3aea494fbf87d71d858fbc3f0f.zip
Try to document filter-buffer-substring changes
* doc/lispref/text.texi (Buffer Contents): Update filter-buffer-substring description. * lisp/simple.el (filter-buffer-substring-functions) (buffer-substring-filters, filter-buffer-substring): Doc fixes. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a401eb3a3f..98fbc6302dd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1019,6 +1019,11 @@ similar to the ones created by shift-selection. In previous Emacs
1019versions, these regions were delineated by `mouse-drag-overlay', which 1019versions, these regions were delineated by `mouse-drag-overlay', which
1020has now been removed. 1020has now been removed.
1021 1021
1022+++
1023** The fourth argument of filter-buffer-substring, which says to remove
1024text properties from the final result, has been removed.
1025Eg simply pass the result through substring-no-properties if you need this.
1026
1022--- 1027---
1023** cl.el no longer provides `cl-19'. 1028** cl.el no longer provides `cl-19'.
1024 1029
@@ -1415,6 +1420,7 @@ an empty uninterned symbol.
1415*** `tooltip-use-echo-area' is obsolete. 1420*** `tooltip-use-echo-area' is obsolete.
1416Rather than setting this to t, disable Tooltip mode instead. 1421Rather than setting this to t, disable Tooltip mode instead.
1417 1422
1423+++
1418*** buffer-substring-filters is obsolete. 1424*** buffer-substring-filters is obsolete.
1419Use `filter-buffer-substring-functions' instead. 1425Use `filter-buffer-substring-functions' instead.
1420 1426