diff options
| -rw-r--r-- | lisp/simple.el | 2 |
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. | |||
| 4232 | Use `filter-buffer-substring' instead of `buffer-substring', | 4232 | Use `filter-buffer-substring' instead of `buffer-substring', |
| 4233 | `buffer-substring-no-properties', or `delete-and-extract-region' when | 4233 | `buffer-substring-no-properties', or `delete-and-extract-region' when |
| 4234 | you want to allow filtering to take place. For example, major or minor | 4234 | you want to allow filtering to take place. For example, major or minor |
| 4235 | modes can use `filter-buffer-substring-function' to extract characters | 4235 | modes can use `filter-buffer-substring-function' to exclude text properties |
| 4236 | that are special to a buffer, and should not be copied into other buffers." | 4236 | that are special to a buffer, and should not be copied into other buffers." |
| 4237 | (funcall filter-buffer-substring-function beg end delete)) | 4237 | (funcall filter-buffer-substring-function beg end delete)) |
| 4238 | 4238 | ||