From: Eli Zaretskii Date: Sat, 28 Oct 2017 16:48:49 +0000 (+0300) Subject: * doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042) X-Git-Tag: emacs-26.0.91~441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=266888b1d796b44c6eeb993cc7c471ab311ddf9b;p=emacs.git * doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042) --- diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index ff790e6304f..16b58d3d3c8 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}: