changeset 77839:3ca4fe7ebcb6

(Special Properties): Add link to Adjusting Point.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 May 2007 18:43:34 +0000
parents 660e3e2cc86d
children e02922bcf179
files lispref/text.texi
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Wed May 30 04:57:21 2007 +0000
+++ b/lispref/text.texi	Wed May 30 18:43:34 2007 +0000
@@ -2953,6 +2953,11 @@
 names that control filling and property inheritance.  All other names
 have no standard meaning, and you can use them as you like.
 
+  Note: the properties @code{composition}, @code{display},
+@code{invisible} and @code{intangible} can also cause point to move to
+an acceptable place, after each Emacs command.  @xref{Adjusting
+Point}.
+
 @table @code
 @cindex property category of text character
 @kindex category @r{(text property)}
@@ -3140,6 +3145,10 @@
 the end of the group.  If you try to move point backward into the group,
 point actually moves to the start of the group.
 
+If consecutive characters have unequal non-@code{nil}
+@code{intangible} properties, they belong to separate groups; each
+group is separately treated as described above.
+
 When the variable @code{inhibit-point-motion-hooks} is non-@code{nil},
 the @code{intangible} property is ignored.