comparison lisp/mouse.el @ 539:eec22eb29327

[xemacs-hg @ 2001-05-14 10:00:08 by adrian] typo fix
author adrian
date Mon, 14 May 2001 10:00:08 +0000
parents 7039e6323819
children 666d73d6ac56
comparison
equal deleted inserted replaced
538:56d2a7dcb919 539:eec22eb29327
530 If the mouse is moved more than either the X or Y threshold while the 530 If the mouse is moved more than either the X or Y threshold while the
531 button is held down (see also `mouse-track-y-threshold'), then a drag 531 button is held down (see also `mouse-track-y-threshold'), then a drag
532 is initiated; otherwise the gesture is considered to be a click. 532 is initiated; otherwise the gesture is considered to be a click.
533 See `mouse-track'. 533 See `mouse-track'.
534 534
535 The value should be either a number of a form to be evaluated to 535 The value should be either a number or a form to be evaluated to
536 produce a number.") 536 produce a number.")
537 537
538 (defvar mouse-track-y-threshold '(face-height 'default) 538 (defvar mouse-track-y-threshold '(face-height 'default)
539 "Minimum number of pixels in the Y direction for a drag to be initiated. 539 "Minimum number of pixels in the Y direction for a drag to be initiated.
540 If the mouse is moved more than either the X or Y threshold while the 540 If the mouse is moved more than either the X or Y threshold while the