* doc/lispref/commands.texi (Adjusting Point): Bug#33662
Tweak text to clarify intangibility.
This commit is contained in:
parent
18442da60f
commit
d817d2cfb9
1 changed files with 2 additions and 1 deletions
|
@ -1012,7 +1012,8 @@ If the last event came from a keyboard macro, the value is @code{macro}.
|
|||
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.
|
||||
command loop normally moves point to the edge of the sequence, making this
|
||||
sequence effectively intangible.
|
||||
|
||||
A command can inhibit this feature by setting the variable
|
||||
@code{disable-point-adjustment}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue