diff options
| author | Richard M. Stallman | 2007-04-24 21:43:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-24 21:43:06 +0000 |
| commit | 9cd4bb44395cfcf6dd7d4191f75047875a5c68a4 (patch) | |
| tree | 2b275820f3f9c36cbe8f21af4293a18897e115b2 | |
| parent | 3cd185999674dd63c522d88af7354519141a9dd6 (diff) | |
| download | emacs-9cd4bb44395cfcf6dd7d4191f75047875a5c68a4.tar.gz emacs-9cd4bb44395cfcf6dd7d4191f75047875a5c68a4.zip | |
(Special Properties): Add xref to Overlay Properties.
| -rw-r--r-- | lispref/text.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 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)} |