# HG changeset patch # User Richard M. Stallman # Date 1177450986 0 # Node ID 3c9f4556ffca86c9b033626f7e7c305dd789e9a7 # Parent 170b9bea226753268626effe7f5b2479fadd3ee1 (Special Properties): Add xref to Overlay Properties. diff -r 170b9bea2267 -r 3c9f4556ffca lispref/text.texi --- 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)}