diff lisp/mode-motion.el @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 084402c475ba
children
line wrap: on
line diff
--- a/lisp/mode-motion.el	Mon Aug 13 10:34:15 2007 +0200
+++ b/lisp/mode-motion.el	Mon Aug 13 10:35:03 2007 +0200
@@ -32,6 +32,7 @@
 
 (defvar mode-motion-hook nil
   "Function or functions which are called whenever the mouse moves.
+Each function must take a single argument of the motion event.
 You should normally use this rather than `mouse-motion-handler', which 
 does some additional window-system-dependent things.  This hook is local
 to every buffer, and should normally be set up by major-modes which want