changeset 56572:b427147a826a

(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 31 Jul 2004 15:57:40 +0000
parents bf7d2966022c
children b5575b1c51f0
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.  */);