1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(Special Properties): Add xref to Overlay Properties.

This commit is contained in:
Richard M. Stallman 2007-04-24 21:43:06 +00:00
parent 3cd1859996
commit 9cd4bb4439

View File

@ -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)}