From: Richard M. Stallman Date: Sun, 16 Dec 2001 03:53:05 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73846ce126d..a612513c768 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,27 @@ +2001-12-15 Richard M. Stallman + + * isearch.el (isearch-edit-string): + Treat isearch-yank-word-or-char specially, like isearch-yank-word. + + * emacs-lisp/debug.el (debugger-previous-backtrace): New variable. + (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward + rather than regexp search and (2) copying text properties + already set up on text unchanged from the previous backtrace. + + * case-table.el (set-case-syntax-pair): + Detect invalid calls and signal an error. + +2001-12-15 Richard M. Stallman + + * language/ind-util.el (range): Function deleted. + (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'. + All calls changed. + + * language/devan-util.el (devanagari-range): Renamed from `range'. + All calls changed. + (devanagari-regexp-of-hashtbl-keys): + Renamed from `regexp-of-hashtbl-keys'. All calls changed. + 2001-12-15 Dave Love * language/ind-util.el: Don't require cl. diff --git a/src/keyboard.c b/src/keyboard.c index b80acb13902..55ce28c9c8d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10614,7 +10614,10 @@ by position only. */); On window-system frames, value is the number of pixels the mouse may have moved horizontally or vertically between two clicks to make a double-click. On non window-system frames, value is interpreted in units of 1/8 characters -instead of pixels. */); +instead of pixels. + +This variable is also the threshold for motion of the mouse +to count as a drag. */); double_click_fuzz = 3; DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,