diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-04-24 21:42:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-04-24 21:42:38 +0000 |
commit | 3cd185999674dd63c522d88af7354519141a9dd6 (patch) | |
tree | 9cd840ea2cf065d6d1d0214db10761affbc7336a /lispref | |
parent | 5efc493ce8ef3e4662c0d5720f3cd97f30570fa7 (diff) | |
download | emacs-3cd185999674dd63c522d88af7354519141a9dd6.tar.gz |
(Overlay Properties): Add xref to Special Properties.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 770d6e9d91a..acf927b449f 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1418,6 +1418,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. +Text properties also support the @code{modification-hooks} property, +but the details are somewhat different (@pxref{Special Properties}). + @item insert-in-front-hooks @kindex insert-in-front-hooks @r{(overlay property)} This property's value is a list of functions to be called before and |