]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 5f5c0cfe054de195226e0554062e4084e8f01798..9f1441d273aafcdaae59c9c97dcb3c14dd270a00 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 cfd9f644d5a8fb2bd9992c335d9802924f6eb77d..9a6415f375c65c0f9650c93057b3f4ec7be107e9 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.