(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 ddb0b44..527cc9c 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,