]> code.delx.au - gnu-emacs/commitdiff
(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 31 Jul 2004 15:57:40 +0000 (15:57 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 31 Jul 2004 15:57:40 +0000 (15:57 +0000)
src/keyboard.c

index eb2ed6088563a7c1e26b41b875ce3c7d7eacda33..07b91d160403fea47085c4dd50cf7ba57bb77232 100644 (file)
@@ -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.  */);