changeset 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 170b9bea2267
children dc94e181d588
files lispref/text.texi
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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)}