]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042)
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Oct 2017 16:48:49 +0000 (19:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Oct 2017 16:48:49 +0000 (19:48 +0300)
doc/lispref/commands.texi

index ff790e6304fd9ebe661b8746841f1906730481a4..16b58d3d3c8f6b83f9574ffd56919647398ef138 100644 (file)
@@ -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}: