summaryrefslogtreecommitdiff
path: root/lispref/text.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-16 15:28:37 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-16 15:28:37 +0000
commita2c4af1ff8fd6c07c3c130fef36cc26811a08c00 (patch)
tree9673c90db00fa7032f444b646b3f84f595da2672 /lispref/text.texi
parent46e8fb6fa18d178ce6338548eda70a3fc0778bb2 (diff)
downloademacs-a2c4af1ff8fd6c07c3c130fef36cc26811a08c00.tar.gz
Fix in insert-behind-hooks and insert-in-front-hooks.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r--lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
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.