From: Miles Bader Date: Sun, 21 Oct 2001 15:23:58 +0000 (+0000) Subject: (Ftrack_mouse): Add usage: string to doc string. X-Git-Tag: ttn-vms-21-2-B4~19286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38623e24a8f4ba607d9b6a544cdc606d15cae08c;p=emacs.git (Ftrack_mouse): Add usage: string to doc string. --- diff --git a/src/keyboard.c b/src/keyboard.c index 23b1f0d5b57..edeccde7fed 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; {