diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-02 02:03:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-02 02:03:41 +0000 |
commit | 24dc4115c76230fc92907ef49f0f40e5752b2935 (patch) | |
tree | 8f67f06f718eff42a7f09138046d8eab211c601d /lispref | |
parent | bf33d14bd584245b6f5de831d7e4997751776320 (diff) | |
download | emacs-24dc4115c76230fc92907ef49f0f40e5752b2935.tar.gz |
(Display Property): Explain some display specs don't let you move point in.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 0aa5a976399..80ed0a8fa9d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -3243,7 +3243,8 @@ the text they cover. Some kinds of @code{display} specifications specify something to display instead of the text that has the property. If a list of display specifications includes more than one of this kind, the first -is effective and the rest are ignored. +is effective and the rest are ignored. You cannot interactively move +point into the middle of the text that is thus replaced. For these specifications, ``the text that has the property'' means all the consecutive characters that have the same Lisp object as their |