# HG changeset patch # User Eli Zaretskii # Date 1011892715 0 # Node ID f03a11bcb718ded82ad0896accc1e5ed83b62bea # Parent 80668eedbb5f60df60a01d2a6e9d5839f6158d36 (record_char): Fix a typo in a comment. diff -r 80668eedbb5f -r f03a11bcb718 src/keyboard.c --- 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;