emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 98b01dd: Clarify when 'cursor' property is in eff


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 98b01dd: Clarify when 'cursor' property is in effect
Date: Thu, 11 Aug 2016 20:03:05 +0000 (UTC)

branch: emacs-25
commit 98b01dd1ef004b79de4998691a84bed6ea1ca0ba
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Clarify when 'cursor' property is in effect
    
    * doc/lispref/text.texi (Special Properties): Minor copyedits.
    (Bug#24179)
---
 doc/lispref/text.texi |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 8b4810f..0445d68 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3362,12 +3362,14 @@ the beginning of the @code{display} property or at
 
 @cindex cursor position for @code{display} properties and overlays
 When the buffer has many overlay strings (e.g., @pxref{Overlay
-Properties, before-string}) or @code{display} properties that are
-strings, it is a good idea to use the @code{cursor} property on these
-strings to cue the Emacs display about the places where to put the
-cursor while traversing these strings.  This directly communicates to
-the display engine where the Lisp program wants to put the cursor, or
-where the user would expect the cursor.
+Properties, before-string}) that conceal some of the buffer text or
address@hidden properties that are strings, it is a good idea to use
+the @code{cursor} property on these strings to cue the Emacs display
+about the places where to put the cursor while traversing these
+strings.  This directly communicates to the display engine where the
+Lisp program wants to put the cursor, or where the user would expect
+the cursor, when point is located on some buffer position that is
+``covered'' by the display or overlay string.
 
 @item pointer
 @kindex pointer @r{(text property)}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]