diff lisp/simple.el @ 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 1c2cba6e4010
children 5378f1ac43f4 6aee1e9b0bd7
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.