emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 266888b: * doc/lispref/commands.texi (Adjusting P


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 266888b: * doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042)
Date: Sat, 28 Oct 2017 12:49:45 -0400 (EDT)

branch: emacs-26
commit 266888b1d796b44c6eeb993cc7c471ab311ddf9b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042)
---
 doc/lispref/commands.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index ff790e6..16b58d3 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1005,11 +1005,11 @@ If the last event came from a keyboard macro, the value 
is @code{macro}.
 @cindex @code{display} property, and point display
 @cindex @code{composition} property, and point display
 
-  It is not easy to display a value of point in the middle of a
-sequence of text that has the @code{display}, @code{composition} or
-is invisible.  Therefore, after a command finishes and returns to the
-command loop, if point is within such a sequence, the command loop
-normally moves point to the edge of the sequence.
+  Emacs cannot display the cursor when point is in the middle of a
+sequence of text that has the @code{display} or @code{composition}
+property, or is invisible.  Therefore, after a command finishes and
+returns to the command loop, if point is within such a sequence, the
+command loop normally moves point to the edge of the sequence.
 
   A command can inhibit this feature by setting the variable
 @code{disable-point-adjustment}:



reply via email to

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