]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#33179).
authorNoam Postavsky <npostavs@gmail.com>
Sat, 27 Oct 2018 19:27:45 +0000 (15:27 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 27 Oct 2018 21:56:28 +0000 (17:56 -0400)
lisp/simple.el

index 29bb9cbcfb9fbef1f9cb859dfb37bb11c1125c6a..08f622ad8e0137eb1ccf367ea194b5c2c622a489 100644 (file)
@@ -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))