From 266888b1d796b44c6eeb993cc7c471ab311ddf9b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Oct 2017 19:48:49 +0300 Subject: [PATCH] * 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 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}: -- 2.39.2