diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 97ea2c8513e..1e4c99aece2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-10-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Special Properties): Document the meaning of the | ||
| 4 | `cursor' text property whose value is an integer. | ||
| 5 | |||
| 1 | 2009-10-05 Michael Albinus <michael.albinus@gmx.de> | 6 | 2009-10-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * files.texi (Magic File Names): Add `copy-directory'. | 8 | * files.texi (Magic File Names): Add `copy-directory'. |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 89dd53998c6..cb9636d199e 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -3168,7 +3168,11 @@ Consecutive characters with the same @code{field} property constitute a | |||
| 3168 | Normally, the cursor is displayed at the end of any overlay and text | 3168 | Normally, the cursor is displayed at the end of any overlay and text |
| 3169 | property strings present at the current window position. You can | 3169 | property strings present at the current window position. You can |
| 3170 | place the cursor on any desired character of these strings by giving | 3170 | place the cursor on any desired character of these strings by giving |
| 3171 | that character a non-@code{nil} @var{cursor} text property. | 3171 | that character a non-@code{nil} @code{cursor} text property. If the |
| 3172 | value of the @code{cursor} property is an integer number, it specifies | ||
| 3173 | the number of buffer's character positions associated with the overlay | ||
| 3174 | or text property string; this helps Emacs display the cursor correctly | ||
| 3175 | when point moves across these character positions. | ||
| 3172 | 3176 | ||
| 3173 | @item pointer | 3177 | @item pointer |
| 3174 | @kindex pointer @r{(text property)} | 3178 | @kindex pointer @r{(text property)} |