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 038ce6ea601..20e75822fd3 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2377,7 +2377,7 @@ read_decoded_event_from_main_queue (struct timespec *end_time,
2377 -2 means do neither. 2377 -2 means do neither.
2378 1 means do both. */ 2378 1 means do both. */
2379 2379
2380/* The arguments MAP is for menu prompting. MAP is a keymap. 2380/* The argument MAP is a keymap for menu prompting.
2381 2381
2382 PREV_EVENT is the previous input event, or nil if we are reading 2382 PREV_EVENT is the previous input event, or nil if we are reading
2383 the first event of a key sequence (or not reading a key sequence). 2383 the first event of a key sequence (or not reading a key sequence).