summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:39:15 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:39:15 +0000
commita0efc5b9e3f32682e7c9b3bca96f0c9783964d8a (patch)
tree6fc5a9a2da1116341ac93640703f08a620e6d534 /src
parent755ab04c0337d1a92db61ca04646230272b17460 (diff)
downloademacs-a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a.tar.gz
(Ftrack_mouse): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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;
{