mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(filter-buffer-substring): Fix typo in docstring.
This commit is contained in:
parent
f35aff821d
commit
2cd16d7438
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-05-31 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* simple.el (filter-buffer-substring): Fix typo in docstring.
|
||||
|
||||
2005-05-31 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not
|
||||
|
|
|
|||
|
|
@ -2247,7 +2247,7 @@ is nil, the buffer substring is returned unaltered.
|
|||
If DELETE is non-nil, the text between BEG and END is deleted
|
||||
from the buffer.
|
||||
|
||||
Point is temporarily set to BEG before caling
|
||||
Point is temporarily set to BEG before calling
|
||||
`buffer-substring-filters', in case the functions need to know
|
||||
where the text came from.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue