diff options
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 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, | |||
| 1422 | Within a `track-mouse' form, mouse motion generates input events that | 1422 | Within a `track-mouse' form, mouse motion generates input events that |
| 1423 | you can read with `read-event'. | 1423 | you can read with `read-event'. |
| 1424 | Normally, mouse motion is ignored. | 1424 | Normally, mouse motion is ignored. |
| 1425 | usage: (track-mouse BODY ...) */) | 1425 | usage: (track-mouse BODY...) */) |
| 1426 | (args) | 1426 | (args) |
| 1427 | Lisp_Object args; | 1427 | Lisp_Object args; |
| 1428 | { | 1428 | { |