# HG changeset patch # User Luc Teirlinck # Date 1091289460 0 # Node ID b427147a826a334b8be6fff93346b5b24ac0a834 # Parent bf7d2966022cbc6d923ddb05d0f06134a669cee1 (syms_of_keyboard) : Doc fix. diff -r bf7d2966022c -r b427147a826a src/keyboard.c --- a/src/keyboard.c Sat Jul 31 15:50:46 2004 +0000 +++ b/src/keyboard.c Sat Jul 31 15:57:40 2004 +0000 @@ -11371,8 +11371,8 @@ 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. */);