]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ftrack_mouse): Add usage: string to doc string.
authorMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 15:23:58 +0000 (15:23 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 15:23:58 +0000 (15:23 +0000)
src/keyboard.c

index 23b1f0d5b57ac6d2f70267db9fc7119480752a1b..edeccde7fed828218d76e2f0f141f755c999f6d9 100644 (file)
@@ -3113,7 +3113,8 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
   "Evaluate BODY with mouse movement events enabled.\n\
 Within a `track-mouse' form, mouse motion generates input events that\n\
 you can read with `read-event'.\n\
-Normally, mouse motion is ignored.")
+Normally, mouse motion is ignored.\n\
+usage: (track-mouse BODY ...)")
   (args)
      Lisp_Object args;
 {