Mercurial > emacs
diff src/keyboard.c @ 38772:005ef8b3f8a7
(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 10 Aug 2001 09:14:17 +0000 |
| parents | ea3e88f0c205 |
| children | c9b9238088f3 |
line wrap: on
line diff
--- a/src/keyboard.c Fri Aug 10 09:07:39 2001 +0000 +++ b/src/keyboard.c Fri Aug 10 09:14:17 2001 +0000 @@ -10541,7 +10541,7 @@ DEFVAR_INT ("double-click-fuzz", &double_click_fuzz, "*Maximum mouse movement between clicks to make a double-click.\n\ -Value is the number of pixels the mouse may ha moved horizontally or\n\ +Value is the number of pixels the mouse may have moved horizontally or\n\ vertically between two clicks to make a double-click."); double_click_fuzz = 3;
