Mercurial > emacs
diff src/keyboard.c @ 42928:f03a11bcb718
(record_char): Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Thu, 24 Jan 2002 17:18:35 +0000 |
| parents | 8d5458375774 |
| children | f3c633e890e1 |
line wrap: on
line diff
--- a/src/keyboard.c Thu Jan 24 16:11:06 2002 +0000 +++ b/src/keyboard.c Thu Jan 24 17:18:35 2002 +0000 @@ -3010,7 +3010,7 @@ 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;
