]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix in insert-behind-hooks and insert-in-front-hooks.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 1994 15:28:37 +0000 (15:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 1994 15:28:37 +0000 (15:28 +0000)
lispref/text.texi

index 1225ca470b1f248543dea9183e2c5b7f9e690901..d4cec050a95b48b41521f3023db650f65f2f8d66 100644 (file)
@@ -2238,7 +2238,7 @@ the function will be called.
 @itemx insert-behind-hooks
 @kindex insert-in-front-hooks @r{(text property)}
 @kindex insert-behind-hooks @r{(text property)}
-The operation of inserting text in a buffer, after actually modifying
+The operation of inserting text in a buffer, before actually modifying
 the buffer, calls the functions listed in the
 @code{insert-in-front-hooks} property of the following character and in
 the @code{insert-behind-hooks} property of the preceding character.