Mercurial > emacs
changeset 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 | 9887ae4f4c40 |
children | e97a993d4ab6 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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);