aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2017-10-28 19:48:49 +0300
committerEli Zaretskii2017-10-28 19:48:49 +0300
commit266888b1d796b44c6eeb993cc7c471ab311ddf9b (patch)
tree439fe21822573b6fe7272691dcc4b068ef9305df /doc
parent00c3c6d88d28c639626c5bbb43901775d5a13314 (diff)
downloademacs-266888b1d796b44c6eeb993cc7c471ab311ddf9b.tar.gz
emacs-266888b1d796b44c6eeb993cc7c471ab311ddf9b.zip
* doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/commands.texi10
1 files 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}.
1005@cindex @code{display} property, and point display 1005@cindex @code{display} property, and point display
1006@cindex @code{composition} property, and point display 1006@cindex @code{composition} property, and point display
1007 1007
1008 It is not easy to display a value of point in the middle of a 1008 Emacs cannot display the cursor when point is in the middle of a
1009sequence of text that has the @code{display}, @code{composition} or 1009sequence of text that has the @code{display} or @code{composition}
1010is invisible. Therefore, after a command finishes and returns to the 1010property, or is invisible. Therefore, after a command finishes and
1011command loop, if point is within such a sequence, the command loop 1011returns to the command loop, if point is within such a sequence, the
1012normally moves point to the edge of the sequence. 1012command loop normally moves point to the edge of the sequence.
1013 1013
1014 A command can inhibit this feature by setting the variable 1014 A command can inhibit this feature by setting the variable
1015@code{disable-point-adjustment}: 1015@code{disable-point-adjustment}: