diff options
| author | Eli Zaretskii | 2017-10-28 19:48:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-10-28 19:48:49 +0300 |
| commit | 266888b1d796b44c6eeb993cc7c471ab311ddf9b (patch) | |
| tree | 439fe21822573b6fe7272691dcc4b068ef9305df /doc | |
| parent | 00c3c6d88d28c639626c5bbb43901775d5a13314 (diff) | |
| download | emacs-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.texi | 10 |
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 |
| 1009 | sequence of text that has the @code{display}, @code{composition} or | 1009 | sequence of text that has the @code{display} or @code{composition} |
| 1010 | is invisible. Therefore, after a command finishes and returns to the | 1010 | property, or is invisible. Therefore, after a command finishes and |
| 1011 | command loop, if point is within such a sequence, the command loop | 1011 | returns to the command loop, if point is within such a sequence, the |
| 1012 | normally moves point to the edge of the sequence. | 1012 | command 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}: |