aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-16 10:39:15 +0000
committerJuanma Barranquero2007-07-16 10:39:15 +0000
commita0efc5b9e3f32682e7c9b3bca96f0c9783964d8a (patch)
tree6fc5a9a2da1116341ac93640703f08a620e6d534 /src
parent755ab04c0337d1a92db61ca04646230272b17460 (diff)
downloademacs-a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a.tar.gz
emacs-a0efc5b9e3f32682e7c9b3bca96f0c9783964d8a.zip
(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,
1422Within a `track-mouse' form, mouse motion generates input events that 1422Within a `track-mouse' form, mouse motion generates input events that
1423you can read with `read-event'. 1423you can read with `read-event'.
1424Normally, mouse motion is ignored. 1424Normally, mouse motion is ignored.
1425usage: (track-mouse BODY ...) */) 1425usage: (track-mouse BODY...) */)
1426 (args) 1426 (args)
1427 Lisp_Object args; 1427 Lisp_Object args;
1428{ 1428{