Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de281843
Commit
de281843
authored
Oct 27, 2018
by
Noam Postavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#33179).
parent
d192c167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
de281843
...
...
@@ -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 ex
tract character
s
modes can use `filter-buffer-substring-function' to ex
clude text propertie
s
that are special to a buffer, and should not be copied into other buffers."
(funcall filter-buffer-substring-function beg end delete))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment