diff lispref/text.texi @ 77543:3c9f4556ffca

(Special Properties): Add xref to Overlay Properties.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Apr 2007 21:43:06 +0000
parents bcccf7e23d1c
children d20350ec6697 6b44d05a5f0b 70bf32a0f523
line wrap: on
line diff
--- a/lispref/text.texi	Tue Apr 24 21:42:38 2007 +0000
+++ b/lispref/text.texi	Tue Apr 24 21:43:06 2007 +0000
@@ -3195,6 +3195,9 @@
 @code{inhibit-modification-hooks} to @code{t} around doing so, to
 avoid confusing the internal mechanism that calls these hooks.
 
+Overlays also support the @code{modification-hooks} property, but the
+details are somewhat different (@pxref{Overlay Properties}).
+
 @item insert-in-front-hooks
 @itemx insert-behind-hooks
 @kindex insert-in-front-hooks @r{(text property)}