aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-29 20:19:27 +0000
committerRichard M. Stallman1995-10-29 20:19:27 +0000
commit0646c0ddf4cfd510cb243c85518d125f0ca223d1 (patch)
tree8aefbf984d3fc226858bf389ad6f0a507023ecfc
parent4fcecab1070609b0f372bdbf50dbe9a0a3ee4f5b (diff)
downloademacs-0646c0ddf4cfd510cb243c85518d125f0ca223d1.tar.gz
emacs-0646c0ddf4cfd510cb243c85518d125f0ca223d1.zip
Comment change.
-rw-r--r--src/keyboard.c4
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. */