summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-30 18:43:43 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-30 18:43:43 +0000
commitd85f09f046a63ac4f2b320159749bc3430e2dba5 (patch)
tree2a54bb82c3e506ee9008edfbce2cae621e298e3b
parentadc06ec41d247f7460ebda0a10993855ded4204c (diff)
downloademacs-d85f09f046a63ac4f2b320159749bc3430e2dba5.tar.gz
(Special Properties): Add link to Adjusting Point.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/text.texi9
2 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5f5c0cfe054..9f1441d273a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.
diff --git a/lispref/text.texi b/lispref/text.texi
index cfd9f644d5a..9a6415f375c 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -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.