# HG changeset patch # User Miles Bader # Date 1003677838 0 # Node ID a8f1728d40c2156174a036830e43905274f4b15a # Parent 3bb2c22854a2339423429d48aea1afe028b2d988 (Ftrack_mouse): Add usage: string to doc string. diff -r 3bb2c22854a2 -r a8f1728d40c2 src/keyboard.c --- a/src/keyboard.c Sun Oct 21 15:22:49 2001 +0000 +++ b/src/keyboard.c Sun Oct 21 15:23:58 2001 +0000 @@ -3113,7 +3113,8 @@ "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; {