From: Eli Zaretskii Date: Thu, 24 Jan 2002 17:18:35 +0000 (+0000) Subject: (record_char): Fix a typo in a comment. X-Git-Tag: ttn-vms-21-2-B4~17000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a978004d1f504b6f1b191bdd3f1a7229bcf5a9aa;p=emacs.git (record_char): Fix a typo in a comment. --- diff --git a/src/keyboard.c b/src/keyboard.c index 3414f0d2604..16a6b175dfb 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3010,7 +3010,7 @@ record_char (c) if (EQ (XCAR (c), Qhelp_echo)) { /* 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. */ Lisp_Object help, last_help;