From: Luc Teirlinck Date: Sat, 31 Jul 2004 15:57:40 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fee9a2f19d29289357ef0b9769a766a8154bee5;p=emacs.git (syms_of_keyboard) : Doc fix. --- 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. */); After a command is executed, if point is moved into a region that has special properties (e.g. composition, display), we adjust point to -the boundary of the region. But, several special commands sets this -variable to non-nil, then we suppress the point adjustment. +the boundary of the region. But, when a command sets this variable to +non-nil, we suppress the point adjustment. This variable is set to nil before reading a command, and is checked just after executing the command. */);