From: Eli Zaretskii Date: Fri, 4 Apr 2014 13:19:35 +0000 (+0300) Subject: src/keyboard.c: Fix a typo in a comment to read_char. X-Git-Tag: emacs-24.3.90~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97bac2112e7b4332834900863810370a57e38fbe;p=emacs.git src/keyboard.c: Fix a typo in a comment to read_char. --- 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).