comparison 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
comparison
equal deleted inserted replaced
77542:170b9bea2267 77543:3c9f4556ffca
3193 3193
3194 If these functions modify the buffer, they should bind 3194 If these functions modify the buffer, they should bind
3195 @code{inhibit-modification-hooks} to @code{t} around doing so, to 3195 @code{inhibit-modification-hooks} to @code{t} around doing so, to
3196 avoid confusing the internal mechanism that calls these hooks. 3196 avoid confusing the internal mechanism that calls these hooks.
3197 3197
3198 Overlays also support the @code{modification-hooks} property, but the
3199 details are somewhat different (@pxref{Overlay Properties}).
3200
3198 @item insert-in-front-hooks 3201 @item insert-in-front-hooks
3199 @itemx insert-behind-hooks 3202 @itemx insert-behind-hooks
3200 @kindex insert-in-front-hooks @r{(text property)} 3203 @kindex insert-in-front-hooks @r{(text property)}
3201 @kindex insert-behind-hooks @r{(text property)} 3204 @kindex insert-behind-hooks @r{(text property)}
3202 The operation of inserting text in a buffer also calls the functions 3205 The operation of inserting text in a buffer also calls the functions