aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/text.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-07-03 16:38:17 +0000
committerRichard M. Stallman <[email protected]>2005-07-03 16:38:17 +0000
commitfbbad95fff0641e56337e0eca56b4f46d3f07e47 (patch)
tree344197c0dccb34278950c6d161ba6398c3822b0f /lispref/text.texi
parentb68f60d70304d1720710efa10479f4e36d9c50d0 (diff)
(Special Properties): Change hook functions should bind
inhibit-modification-hooks around altering buffer text.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r--lispref/text.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 3d66873825..5b9b4259a1 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -3152,6 +3152,10 @@ particular modification hook function appears on several characters
being modified by a single primitive, you can't predict how many times
the function will be called.
+If these functions modify the buffer, they should bind
+@code{inhibit-modification-hooks} to @code{t} around doing so, to
+avoid confusing the internal mechanism that calls these hooks.
+
@item insert-in-front-hooks
@itemx insert-behind-hooks
@kindex insert-in-front-hooks @r{(text property)}