summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-21 15:23:58 +0000
committerMiles Bader <miles@gnu.org>2001-10-21 15:23:58 +0000
commit38623e24a8f4ba607d9b6a544cdc606d15cae08c (patch)
tree5214edf9b4d0fb122b45bc684dc2488613f06d43
parentf717af878f9013e0019f0bcf9b8ddc8354728f14 (diff)
downloademacs-38623e24a8f4ba607d9b6a544cdc606d15cae08c.tar.gz
(Ftrack_mouse): Add usage: string to doc string.
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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;
{