summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-10-27 15:27:45 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-10-27 17:56:28 -0400
commitde2818432acacea4eec35d5a92f240856de7b765 (patch)
treec56e708c1f342b6d970850ffdb2d59509b89b0f9 /lisp/simple.el
parentd192c1671cbebb191165169c7add0ade6721e00e (diff)
downloademacs-de2818432acacea4eec35d5a92f240856de7b765.tar.gz
* lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#33179).
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 29bb9cbcfb9..08f622ad8e0 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4232,7 +4232,7 @@ unless a hook has been set.
Use `filter-buffer-substring' instead of `buffer-substring',
`buffer-substring-no-properties', or `delete-and-extract-region' when
you want to allow filtering to take place. For example, major or minor
-modes can use `filter-buffer-substring-function' to extract characters
+modes can use `filter-buffer-substring-function' to exclude text properties
that are special to a buffer, and should not be copied into other buffers."
(funcall filter-buffer-substring-function beg end delete))