]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_key_sequence): Trivial typo in comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:22:21 +0000 (02:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:22:21 +0000 (02:22 +0000)
src/keyboard.c

index ddb0b4407b741ac3def48b3f31893277c82e771d..527cc9c633887fd5954bf0fd367090fd117d74d3 100644 (file)
@@ -9186,7 +9186,7 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
   from_string = Qnil;
 
   /* The multi-tty merge moved the code below to right after
-   `replay_sequence' which caused alll these translation maps to be applied
+   `replay_sequence' which caused all these translation maps to be applied
    repeatedly, even tho their doc says very clearly they are not applied to
    their own output.
    The reason for this move was: "We may switch keyboards between rescans,