aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 1837958dcfd..2c838d9a311 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{