From 5fee9a2f19d29289357ef0b9769a766a8154bee5 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 31 Jul 2004 15:57:40 +0000 Subject: [PATCH] (syms_of_keyboard) : Doc fix. --- src/keyboard.c | 4 ++-- 1 file 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. */); 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. */); -- 2.39.2