From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:39:15 +0000 (+0000) Subject: (Ftrack_mouse): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~1249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a;p=emacs.git (Ftrack_mouse): Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index bda07473ccf..fb7686b3a4a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1422,7 +1422,7 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, Within a `track-mouse' form, mouse motion generates input events that you can read with `read-event'. Normally, mouse motion is ignored. -usage: (track-mouse BODY ...) */) +usage: (track-mouse BODY...) */) (args) Lisp_Object args; {