From: Richard M. Stallman Date: Tue, 24 Apr 2007 21:43:06 +0000 (+0000) Subject: (Special Properties): Add xref to Overlay Properties. X-Git-Tag: emacs-pretest-22.0.990~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cd4bb44395cfcf6dd7d4191f75047875a5c68a4;p=emacs.git (Special Properties): Add xref to Overlay Properties. --- diff --git a/lispref/text.texi b/lispref/text.texi index 13d2d543f94..b8c344e0e7a 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -3195,6 +3195,9 @@ 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. +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)}