]> git.eshelyaron.com Git - emacs.git/commitdiff
(filter-buffer-substring): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 31 May 2005 09:32:35 +0000 (09:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 31 May 2005 09:32:35 +0000 (09:32 +0000)
lisp/ChangeLog
lisp/simple.el

index a519a937eb6d10d06eba859bcaa4ffdc5f5b5dec..067ce954c44de42ebdbf13967ffb1e9fc936a1a8 100644 (file)
@@ -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
index 2cb412e4882f461f5e717fe227f8ca3a6b440df8..b50707531d103f12376e3400e0507cc7464fdcf2 100644 (file)
@@ -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.