Mercurial > emacs
changeset 62919:038ca3b7ba0d
(filter-buffer-substring): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 May 2005 09:32:06 +0000 |
parents | 2e5a0317995c |
children | e31929837d24 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue May 31 04:23:29 2005 +0000 +++ b/lisp/simple.el Tue May 31 09:32:06 2005 +0000 @@ -2247,7 +2247,7 @@ 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.