projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18442da
)
* doc/lispref/commands.texi (Adjusting Point): Bug#33662
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 9 Dec 2018 13:34:35 +0000
(08:34 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 9 Dec 2018 13:34:35 +0000
(08:34 -0500)
Tweak text to clarify intangibility.
doc/lispref/commands.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/commands.texi
b/doc/lispref/commands.texi
index 427379bc79c6f646a164e49e9805d57caa3d81ff..b6749d0a0ccd6cb71db015c0a5889f05b42f05d7 100644
(file)
--- a/
doc/lispref/commands.texi
+++ b/
doc/lispref/commands.texi
@@
-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}: