summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-06 22:49:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-06 22:49:28 +0000
commit2a20989f0e40766587845a5988807ad6f2518fcb (patch)
tree15bdc0b05e9fda3ec06d83c757c7d7ea9328065c /lispref
parent50eb625aa5d8713240df3652b2d011636313a46d (diff)
downloademacs-2a20989f0e40766587845a5988807ad6f2518fcb.tar.gz
Clarify how insert-in-front-hooks and insert-behind-hooks are used.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 29e6c4fb3bd..f15852ae55b 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2438,12 +2438,12 @@ 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, 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.
-These functions receive two arguments, the beginning and end of the
-inserted text.
+The operation of inserting text in a buffer also 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. These functions receive two arguments, the
+beginning and end of the inserted text. The functions are called
+@emph{after} the actual insertion takes place.
See also @ref{Change Hooks}, for other hooks that are called
when you change text in a buffer.