mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
* doc/lispref/commands.texi (Adjusting Point): Fix wording. (Bug#29042)
This commit is contained in:
parent
00c3c6d88d
commit
266888b1d7
@ -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}:
|
||||
|
Loading…
Reference in New Issue
Block a user