1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(read_key_sequence): Trivial typo in comment.

This commit is contained in:
Stefan Monnier 2007-10-24 02:22:21 +00:00
parent 893e71692e
commit 0923785f3c

View 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,