emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Tue, 19 Dec 2006 16:09:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/12/19 16:09:02

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.885
retrieving revision 1.886
diff -u -b -r1.885 -r1.886
--- keyboard.c  19 Dec 2006 15:37:20 -0000      1.885
+++ keyboard.c  19 Dec 2006 16:09:02 -0000      1.886
@@ -11462,8 +11462,8 @@
 
   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);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]