]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties): Document the meaning of the `cursor' text property
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Oct 2009 18:32:07 +0000 (18:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Oct 2009 18:32:07 +0000 (18:32 +0000)
whose value is an integer.

doc/lispref/ChangeLog
doc/lispref/text.texi

index 97ea2c8513ee92257cc6f49a93c1402301d6ebc8..1e4c99aece291209eaffc69aaa7ae96fc045e35a 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Special Properties): Document the meaning of the
+       `cursor' text property whose value is an integer.
+
 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.texi (Magic File Names): Add `copy-directory'.
index 89dd53998c60d29930ca82b693ac8df0e4ce1a40..cb9636d199e7c67e281a7165478227bec073304f 100644 (file)
@@ -3168,7 +3168,11 @@ Consecutive characters with the same @code{field} property constitute a
 Normally, the cursor is displayed at the end of any overlay and text
 property strings present at the current window position.  You can
 place the cursor on any desired character of these strings by giving
-that character a non-@code{nil} @var{cursor} text property.
+that character a non-@code{nil} @code{cursor} text property.  If the
+value of the @code{cursor} property is an integer number, it specifies
+the number of buffer's character positions associated with the overlay
+or text property string; this helps Emacs display the cursor correctly
+when point moves across these character positions.
 
 @item pointer
 @kindex pointer @r{(text property)}