# HG changeset patch # User Richard M. Stallman # Date 784999717 0 # Node ID ff5d8881a3ebea12ddd82b1fe12babc7204fc1ee # Parent 8c24b6db3fa3094749488eda40d59b9b41468e51 Fix in insert-behind-hooks and insert-in-front-hooks. diff -r 8c24b6db3fa3 -r ff5d8881a3eb lispref/text.texi --- a/lispref/text.texi Wed Nov 16 14:27:48 1994 +0000 +++ b/lispref/text.texi Wed Nov 16 15:28:37 1994 +0000 @@ -2238,7 +2238,7 @@ @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.