]> git.eshelyaron.com Git - emacs.git/commitdiff
src/keyboard.c: Fix a typo in a comment to read_char.
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Apr 2014 13:19:35 +0000 (16:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Apr 2014 13:19:35 +0000 (16:19 +0300)
src/keyboard.c

index 038ce6ea601c39b7f631d44b33fd9bab75fb0c17..20e75822fd3922b93f8151c8bbefe1c117f9347b 100644 (file)
@@ -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).