Mercurial > hg > xemacs-beta
comparison lisp/mouse.el @ 3061:fd1acd2f457a
[xemacs-hg @ 2005-11-13 07:39:26 by ben]
fix 'foo -> `foo', `foo.' -> `foo'.
derived.el, frame.el, toolbar.el, glyphs.el, hyper-apropos.el, mouse.el, files.el, specifier.el: Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside
of quotes.
Add comments in specifier.el about needing better and new convenience
functions.
author | ben |
---|---|
date | Sun, 13 Nov 2005 07:39:29 +0000 |
parents | e17beacca645 |
children | 8f1ee2d15784 |
comparison
equal
deleted
inserted
replaced
3060:7679bfa253c2 | 3061:fd1acd2f457a |
---|---|
404 | 404 |
405 If any function returns non-nil, the remaining functions will not be | 405 If any function returns non-nil, the remaining functions will not be |
406 called. | 406 called. |
407 | 407 |
408 Note that most applications should take action when the mouse is | 408 Note that most applications should take action when the mouse is |
409 released, not when it is pressed.'") | 409 released, not when it is pressed.") |
410 | 410 |
411 (defvar mouse-track-drag-hook nil | 411 (defvar mouse-track-drag-hook nil |
412 "Function or functions called when the user drags the mouse. | 412 "Function or functions called when the user drags the mouse. |
413 This hook is invoked by `mouse-track'; thus, it will not be called | 413 This hook is invoked by `mouse-track'; thus, it will not be called |
414 for any buttons with a different binding. The functions will be | 414 for any buttons with a different binding. The functions will be |