changeset 85605:5834796c60e5

(read_key_sequence): Trivial typo in comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Oct 2007 02:22:21 +0000
parents 14c6e96eeaad
children b0f9e8f1fbb2
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Oct 24 02:15:10 2007 +0000
+++ b/src/keyboard.c	Wed Oct 24 02:22:21 2007 +0000
@@ -9186,7 +9186,7 @@
   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,