aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-04 16:19:35 +0300
committerEli Zaretskii2014-04-04 16:19:35 +0300
commit97bac2112e7b4332834900863810370a57e38fbe (patch)
tree86e402a09ebcc14288679e05bb045cd167528b0b /src
parentb7cf27edd37249c60ae1c8f6a11db4707e793c3e (diff)
downloademacs-97bac2112e7b4332834900863810370a57e38fbe.tar.gz
emacs-97bac2112e7b4332834900863810370a57e38fbe.zip
src/keyboard.c: Fix a typo in a comment to read_char.
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).