comparison lispref/display.texi @ 77542:170b9bea2267

(Overlay Properties): Add xref to Special Properties.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Apr 2007 21:42:38 +0000
parents 467b5b7572bd
children 1616acf69fc8 70bf32a0f523
comparison
equal deleted inserted replaced
77541:533539eb0c68 77542:170b9bea2267
1416 1416
1417 If these functions modify the buffer, they should bind 1417 If these functions modify the buffer, they should bind
1418 @code{inhibit-modification-hooks} to @code{t} around doing so, to 1418 @code{inhibit-modification-hooks} to @code{t} around doing so, to
1419 avoid confusing the internal mechanism that calls these hooks. 1419 avoid confusing the internal mechanism that calls these hooks.
1420 1420
1421 Text properties also support the @code{modification-hooks} property,
1422 but the details are somewhat different (@pxref{Special Properties}).
1423
1421 @item insert-in-front-hooks 1424 @item insert-in-front-hooks
1422 @kindex insert-in-front-hooks @r{(overlay property)} 1425 @kindex insert-in-front-hooks @r{(overlay property)}
1423 This property's value is a list of functions to be called before and 1426 This property's value is a list of functions to be called before and
1424 after inserting text right at the beginning of the overlay. The calling 1427 after inserting text right at the beginning of the overlay. The calling
1425 conventions are the same as for the @code{modification-hooks} functions. 1428 conventions are the same as for the @code{modification-hooks} functions.