Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9972911f
Commit
9972911f
authored
Oct 06, 2009
by
Eli Zaretskii
Browse files
(Special Properties): Document the meaning of the `cursor' text property
whose value is an integer.
parent
8a02ff62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/text.texi
doc/lispref/text.texi
+5
-1
No files found.
doc/lispref/ChangeLog
View file @
9972911f
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'.
...
...
doc/lispref/text.texi
View file @
9972911f
...
...
@@ -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)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment