]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <double-click-time>: Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 19 Dec 2006 16:09:02 +0000 (16:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 19 Dec 2006 16:09:02 +0000 (16:09 +0000)
src/keyboard.c

index 6e99af67cd9995f3d8976d10e7ad511f85ff0af9..a440271a2d393927aa904c2a1950ceed9a010075 100644 (file)
@@ -11462,8 +11462,8 @@ Polling is automatically disabled in all other cases.  */);
 
   DEFVAR_LISP ("double-click-time", &Vdouble_click_time,
               doc: /* *Maximum time between mouse clicks to make a double-click.
-Measured in milliseconds.  nil means disable double-click recognition;
-t means double-clicks have no time limit and are detected
+Measured in milliseconds.  The value nil means disable double-click
+recognition; t means double-clicks have no time limit and are detected
 by position only.  */);
   Vdouble_click_time = make_number (500);