diff options
| author | Luc Teirlinck | 2004-07-31 15:57:40 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-31 15:57:40 +0000 |
| commit | 5fee9a2f19d29289357ef0b9769a766a8154bee5 (patch) | |
| tree | e420b4c3ef6c0175098f8fff988219fb6ead9d0b /src | |
| parent | 5581edf5686a20f12cd42d330c45ceec9d5df821 (diff) | |
| download | emacs-5fee9a2f19d29289357ef0b9769a766a8154bee5.tar.gz emacs-5fee9a2f19d29289357ef0b9769a766a8154bee5.zip | |
(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
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. */); |