diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index eb2ed608856..07b91d16040 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11371,8 +11371,8 @@ It's called with one argument, the help string to display. */); | |||
| 11371 | 11371 | ||
| 11372 | After a command is executed, if point is moved into a region that has | 11372 | After a command is executed, if point is moved into a region that has |
| 11373 | special properties (e.g. composition, display), we adjust point to | 11373 | special properties (e.g. composition, display), we adjust point to |
| 11374 | the boundary of the region. But, several special commands sets this | 11374 | the boundary of the region. But, when a command sets this variable to |
| 11375 | variable to non-nil, then we suppress the point adjustment. | 11375 | non-nil, we suppress the point adjustment. |
| 11376 | 11376 | ||
| 11377 | This variable is set to nil before reading a command, and is checked | 11377 | This variable is set to nil before reading a command, and is checked |
| 11378 | just after executing the command. */); | 11378 | just after executing the command. */); |