# HG changeset patch # User Juanma Barranquero # Date 1117531926 0 # Node ID 038ca3b7ba0d9adcfa49a617d5cab78bdcd384fe # Parent 2e5a0317995c44567b908e10fec1ad8f189b5bce (filter-buffer-substring): Fix typo in docstring. diff -r 2e5a0317995c -r 038ca3b7ba0d lisp/simple.el --- 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.