comparison src/keyboard.c @ 40142:a8f1728d40c2

(Ftrack_mouse): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:23:58 +0000
parents 579177964efa
children ad876851e7ce
comparison
equal deleted inserted replaced
40141:3bb2c22854a2 40142:a8f1728d40c2
3111 3111
3112 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, 3112 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
3113 "Evaluate BODY with mouse movement events enabled.\n\ 3113 "Evaluate BODY with mouse movement events enabled.\n\
3114 Within a `track-mouse' form, mouse motion generates input events that\n\ 3114 Within a `track-mouse' form, mouse motion generates input events that\n\
3115 you can read with `read-event'.\n\ 3115 you can read with `read-event'.\n\
3116 Normally, mouse motion is ignored.") 3116 Normally, mouse motion is ignored.\n\
3117 usage: (track-mouse BODY ...)")
3117 (args) 3118 (args)
3118 Lisp_Object args; 3119 Lisp_Object args;
3119 { 3120 {
3120 int count = specpdl_ptr - specpdl; 3121 int count = specpdl_ptr - specpdl;
3121 Lisp_Object val; 3122 Lisp_Object val;