From c7f4f573430ee43c937f17bd1791ac1d9150d0b7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Jul 2002 10:33:44 +0000 Subject: [PATCH] Fix typo. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index db4ebd1635f..e2f2b74cd6b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -8586,7 +8586,7 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last, /* Record that a fake prefix key has been generated for KEY. Don't modify the event; this would prevent proper action when the event is pushed - back tino unread-command-events. */ + back into unread-command-events. */ fake_prefixed_keys = Fcons (key, fake_prefixed_keys); /* If on a mode line string with a local keymap, -- 2.39.5