changeset 40142:a8f1728d40c2

(Ftrack_mouse): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:23:58 +0000
parents 3bb2c22854a2
children 3c480f0b4146
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {