emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 de28184: * lisp/simple.el (filter-buffer-substrin


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 de28184: * lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#33179).
Date: Sat, 27 Oct 2018 17:58:23 -0400 (EDT)

branch: emacs-26
commit de2818432acacea4eec35d5a92f240856de7b765
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#33179).
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 29bb9cb..08f622a 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]