diff options
| author | Richard M. Stallman | 1995-10-29 20:19:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-29 20:19:27 +0000 |
| commit | 0646c0ddf4cfd510cb243c85518d125f0ca223d1 (patch) | |
| tree | 8aefbf984d3fc226858bf389ad6f0a507023ecfc /src | |
| parent | 4fcecab1070609b0f372bdbf50dbe9a0a3ee4f5b (diff) | |
| download | emacs-0646c0ddf4cfd510cb243c85518d125f0ca223d1.tar.gz emacs-0646c0ddf4cfd510cb243c85518d125f0ca223d1.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 630c1a14c3a..9c2c02af716 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2343,9 +2343,7 @@ some_mouse_moved () | |||
| 2343 | 2343 | ||
| 2344 | /* Low level keyboard/mouse input. | 2344 | /* Low level keyboard/mouse input. |
| 2345 | kbd_buffer_store_event places events in kbd_buffer, and | 2345 | kbd_buffer_store_event places events in kbd_buffer, and |
| 2346 | kbd_buffer_get_event retrieves them. | 2346 | kbd_buffer_get_event retrieves them. */ |
| 2347 | mouse_moved indicates when the mouse has moved again, and | ||
| 2348 | *mouse_position_hook provides the mouse position. */ | ||
| 2349 | 2347 | ||
| 2350 | /* Return true iff there are any events in the queue that read-char | 2348 | /* Return true iff there are any events in the queue that read-char |
| 2351 | would return. If this returns false, a read-char would block. */ | 2349 | would return. If this returns false, a read-char would block. */ |