aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-31 15:57:40 +0000
committerLuc Teirlinck2004-07-31 15:57:40 +0000
commit5fee9a2f19d29289357ef0b9769a766a8154bee5 (patch)
treee420b4c3ef6c0175098f8fff988219fb6ead9d0b /src
parent5581edf5686a20f12cd42d330c45ceec9d5df821 (diff)
downloademacs-5fee9a2f19d29289357ef0b9769a766a8154bee5.tar.gz
emacs-5fee9a2f19d29289357ef0b9769a766a8154bee5.zip
(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
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
11372After a command is executed, if point is moved into a region that has 11372After a command is executed, if point is moved into a region that has
11373special properties (e.g. composition, display), we adjust point to 11373special properties (e.g. composition, display), we adjust point to
11374the boundary of the region. But, several special commands sets this 11374the boundary of the region. But, when a command sets this variable to
11375variable to non-nil, then we suppress the point adjustment. 11375non-nil, we suppress the point adjustment.
11376 11376
11377This variable is set to nil before reading a command, and is checked 11377This variable is set to nil before reading a command, and is checked
11378just after executing the command. */); 11378just after executing the command. */);