From: Juanma Barranquero Date: Tue, 31 May 2005 09:32:35 +0000 (+0000) Subject: (filter-buffer-substring): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~9395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cd16d74388dc0980422656d215648de83324a94;p=emacs.git (filter-buffer-substring): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a519a937eb6..067ce954c44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-05-31 Juanma Barranquero + + * simple.el (filter-buffer-substring): Fix typo in docstring. + 2005-05-31 Richard M. Stallman * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not diff --git a/lisp/simple.el b/lisp/simple.el index 2cb412e4882..b50707531d1 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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.