From: Richard M. Stallman Date: Wed, 16 Nov 1994 15:28:37 +0000 (+0000) Subject: Fix in insert-behind-hooks and insert-in-front-hooks. X-Git-Tag: emacs-19.34~5875 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0694d58c7f2b36eabb1affbe98a940274047bb20;p=emacs.git Fix in insert-behind-hooks and insert-in-front-hooks. --- diff --git a/lispref/text.texi b/lispref/text.texi index 1225ca470b1..d4cec050a95 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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.