comparison 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
comparison
equal deleted inserted replaced
42927:80668eedbb5f 42928:f03a11bcb718
3008 ev3 = AREF (recent_keys, ix3); 3008 ev3 = AREF (recent_keys, ix3);
3009 3009
3010 if (EQ (XCAR (c), Qhelp_echo)) 3010 if (EQ (XCAR (c), Qhelp_echo))
3011 { 3011 {
3012 /* Don't record `help-echo' in recent_keys unless it shows some help 3012 /* Don't record `help-echo' in recent_keys unless it shows some help
3013 message, and a different help than the previoiusly recorded 3013 message, and a different help than the previously recorded
3014 event. */ 3014 event. */
3015 Lisp_Object help, last_help; 3015 Lisp_Object help, last_help;
3016 3016
3017 help = Fcar_safe (Fcdr_safe (XCDR (c))); 3017 help = Fcar_safe (Fcdr_safe (XCDR (c)));
3018 if (!STRINGP (help)) 3018 if (!STRINGP (help))