comparison src/keyboard.c @ 81859:9ab3f6f55d04

(Ftrack_mouse): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 14 Jul 2007 10:55:50 +0000
parents 99d1af64a544
children b98604865ea0 0ece58f6e0aa a66921565bcb
comparison
equal deleted inserted replaced
81858:9ce3048c49ba 81859:9ab3f6f55d04
1420 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, 1420 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
1421 doc: /* Evaluate BODY with mouse movement events enabled. 1421 doc: /* Evaluate BODY with mouse movement events enabled.
1422 Within a `track-mouse' form, mouse motion generates input events that 1422 Within a `track-mouse' form, mouse motion generates input events that
1423 you can read with `read-event'. 1423 you can read with `read-event'.
1424 Normally, mouse motion is ignored. 1424 Normally, mouse motion is ignored.
1425 usage: (track-mouse BODY ...) */) 1425 usage: (track-mouse BODY...) */)
1426 (args) 1426 (args)
1427 Lisp_Object args; 1427 Lisp_Object args;
1428 { 1428 {
1429 int count = SPECPDL_INDEX (); 1429 int count = SPECPDL_INDEX ();
1430 Lisp_Object val; 1430 Lisp_Object val;