From 38623e24a8f4ba607d9b6a544cdc606d15cae08c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 21 Oct 2001 15:23:58 +0000 Subject: [PATCH] (Ftrack_mouse): Add usage: string to doc string. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; { -- 2.39.5