aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/text.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 3d668738250..5b9b4259a1c 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -3152,6 +3152,10 @@ particular modification hook function appears on several characters
3152being modified by a single primitive, you can't predict how many times 3152being modified by a single primitive, you can't predict how many times
3153the function will be called. 3153the function will be called.
3154 3154
3155If these functions modify the buffer, they should bind
3156@code{inhibit-modification-hooks} to @code{t} around doing so, to
3157avoid confusing the internal mechanism that calls these hooks.
3158
3155@item insert-in-front-hooks 3159@item insert-in-front-hooks
3156@itemx insert-behind-hooks 3160@itemx insert-behind-hooks
3157@kindex insert-in-front-hooks @r{(text property)} 3161@kindex insert-in-front-hooks @r{(text property)}