From: Eli Zaretskii Date: Thu, 24 Jan 2002 17:20:15 +0000 (+0000) Subject: (record_char): Fix a typo in a comment. X-Git-Tag: emacs-21.2~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2664b04bbe0a365bba8dcb634d168453d8d8b8b5;p=emacs.git (record_char): Fix a typo in a comment. --- 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)) {