diff options
| author | Stefan Monnier | 2018-12-09 08:34:35 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2018-12-09 08:34:35 -0500 |
| commit | d817d2cfb9bdb71fb3ed540d6601be4577272acc (patch) | |
| tree | 99f2b0b6f6193c00a0f95a7db1eda29d17ecd8d1 | |
| parent | 18442da60fd7f1afd453c5264f133ebb7733c746 (diff) | |
| download | emacs-d817d2cfb9bdb71fb3ed540d6601be4577272acc.tar.gz emacs-d817d2cfb9bdb71fb3ed540d6601be4577272acc.zip | |
* doc/lispref/commands.texi (Adjusting Point): Bug#33662
Tweak text to clarify intangibility.
| -rw-r--r-- | doc/lispref/commands.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 427379bc79c..b6749d0a0cc 100644 --- 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}. | |||
| 1012 | sequence of text that has the @code{display} or @code{composition} | 1012 | sequence of text that has the @code{display} or @code{composition} |
| 1013 | property, or is invisible. Therefore, after a command finishes and | 1013 | property, or is invisible. Therefore, after a command finishes and |
| 1014 | returns to the command loop, if point is within such a sequence, the | 1014 | returns to the command loop, if point is within such a sequence, the |
| 1015 | command loop normally moves point to the edge of the sequence. | 1015 | command loop normally moves point to the edge of the sequence, making this |
| 1016 | sequence effectively intangible. | ||
| 1016 | 1017 | ||
| 1017 | A command can inhibit this feature by setting the variable | 1018 | A command can inhibit this feature by setting the variable |
| 1018 | @code{disable-point-adjustment}: | 1019 | @code{disable-point-adjustment}: |