diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-01-15 02:10:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-01-15 02:14:19 +0100 |
commit | 920a7d38e96134289393b7bfcc3a7b88be73925b (patch) | |
tree | 6ca9385e2cc77e97362bf5bd8c1fc0523e434b42 /src/keyboard.c | |
parent | 48a62c55465f22d8b647f3627dcb1d827130e05e (diff) | |
download | emacs-920a7d38e96134289393b7bfcc3a7b88be73925b.tar.gz emacs-920a7d38e96134289393b7bfcc3a7b88be73925b.tar.bz2 emacs-920a7d38e96134289393b7bfcc3a7b88be73925b.zip |
; Fix typos
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 0ed28070335..6f0f075e54e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10010,7 +10010,7 @@ read_key_sequence (Lisp_Object *keybuf, Lisp_Object prompt, if (/* first_unbound < indec.start && first_unbound < fkey.start && */ first_unbound < keytran.start) - { /* The prefix upto first_unbound has no binding and has + { /* The prefix up to first_unbound has no binding and has no translation left to do either, so we know it's unbound. If we don't stop now, we risk staying here indefinitely (if the user keeps entering fkey or keytran prefixes |