From: Stefan Monnier Date: Wed, 24 Oct 2007 02:22:21 +0000 (+0000) Subject: (read_key_sequence): Trivial typo in comment. X-Git-Tag: emacs-pretest-23.0.90~10100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0923785f3c5986f918242902d818c45599d8fe45;p=emacs.git (read_key_sequence): Trivial typo in comment. --- diff --git a/src/keyboard.c b/src/keyboard.c index ddb0b4407b7..527cc9c6338 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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,