comparison src/keyboard.c @ 682:71f59bd24996

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Jun 1992 02:40:51 +0000
parents 39f0e62a8511
children e2b747dd6a6e
comparison
equal deleted inserted replaced
681:026f978690be 682:71f59bd24996
1449 } 1449 }
1450 } 1450 }
1451 1451
1452 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, 1452 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
1453 "Evaluate BODY with mouse movement and button release events enabled.\n\ 1453 "Evaluate BODY with mouse movement and button release events enabled.\n\
1454 Within a track-mouse, read-event reports mouse movement and button releases;\n\ 1454 Within a `track-mouse', mouse motion and button releases generate input\n\
1455 otherwise, they are ignored.") 1455 events that you can read with `read-event'.\n\
1456 Normally, these occurrences don't generate events.")
1456 (args) 1457 (args)
1457 Lisp_Object args; 1458 Lisp_Object args;
1458 { 1459 {
1459 int count = specpdl_ptr - specpdl; 1460 int count = specpdl_ptr - specpdl;
1460 Lisp_Object val; 1461 Lisp_Object val;