]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <double-click-fuzz>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 Dec 2001 03:53:05 +0000 (03:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 Dec 2001 03:53:05 +0000 (03:53 +0000)
lisp/ChangeLog
src/keyboard.c

index 73846ce126da373af9a02f239604e8c09ff4b591..a612513c768b891510ab17fbc917db998cf72b46 100644 (file)
@@ -1,3 +1,27 @@
+2001-12-15  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * language/ind-util.el: Don't require cl.
index b80acb1390260bb5d2ec4148e8d327574d59f176..55ce28c9c8d3ef97cf824df476e46fbb26f60ba6 100644 (file)
@@ -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,