summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-04-04 16:19:35 +0300
committerEli Zaretskii <eliz@gnu.org>2014-04-04 16:19:35 +0300
commit97bac2112e7b4332834900863810370a57e38fbe (patch)
tree86e402a09ebcc14288679e05bb045cd167528b0b
parentb7cf27edd37249c60ae1c8f6a11db4707e793c3e (diff)
downloademacs-97bac2112e7b4332834900863810370a57e38fbe.tar.gz
src/keyboard.c: Fix a typo in a comment to read_char.
-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,
-2 means do neither.
1 means do both. */
-/* The arguments MAP is for menu prompting. MAP is a keymap.
+/* The argument MAP is a keymap for menu prompting.
PREV_EVENT is the previous input event, or nil if we are reading
the first event of a key sequence (or not reading a key sequence).