(Special Properties): Add link to Adjusting Point.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 May 2007 18:43:43 +0000 (18:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 May 2007 18:43:43 +0000 (18:43 +0000)
lispref/ChangeLog
lispref/text.texi

index 5f5c0cf..9f1441d 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-30  Richard Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Add link to Adjusting Point.
+
 2007-05-12  Richard Stallman  <rms@gnu.org>
 
        * text.texi (Margins): indent-to-left-margin is not the default.
index cfd9f64..9a6415f 100644 (file)
@@ -2953,6 +2953,11 @@ meanings.  The following sections list a few additional special property
 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 @@ If you try to move point forward into the group, point actually moves to
 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.