Mercurial > emacs
diff src/keyboard.c @ 74754:3db81fa14de8
(syms_of_keyboard) <double-click-time>: Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 19 Dec 2006 16:09:02 +0000 |
| parents | 8a37dd687f38 |
| children | 506b356e8291 |
line wrap: on
line diff
--- a/src/keyboard.c Tue Dec 19 15:41:51 2006 +0000 +++ b/src/keyboard.c Tue Dec 19 16:09:02 2006 +0000 @@ -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);
