From 2664b04bbe0a365bba8dcb634d168453d8d8b8b5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 24 Jan 2002 17:20:15 +0000 Subject: [PATCH] (record_char): Fix a typo in a comment. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 8b5637e5eb9..aae29f63352 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2968,7 +2968,7 @@ record_char (c) Lisp_Object c; { /* Don't record `help-echo' in recent_keys unless it shows some help - message, and a different help than the previoiusly recorded + message, and a different help than the previously recorded event. */ if (CONSP (c) && EQ (XCAR (c), Qhelp_echo)) { -- 2.39.5