diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-07-16 10:39:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-07-16 10:39:15 +0000 |
commit | a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a (patch) | |
tree | 6fc5a9a2da1116341ac93640703f08a620e6d534 /src | |
parent | 755ab04c0337d1a92db61ca04646230272b17460 (diff) | |
download | emacs-a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a.tar.gz |
(Ftrack_mouse): Doc fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/keyboard.c | 2 |
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; { |