aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-24 17:18:35 +0000
committerEli Zaretskii2002-01-24 17:18:35 +0000
commita978004d1f504b6f1b191bdd3f1a7229bcf5a9aa (patch)
tree9cc7437e7ba00ab3cd597888415e7cccda8215eb /src
parent72a683459fb5083b98c8374f371f0aecb1a6c630 (diff)
downloademacs-a978004d1f504b6f1b191bdd3f1a7229bcf5a9aa.tar.gz
emacs-a978004d1f504b6f1b191bdd3f1a7229bcf5a9aa.zip
(record_char): Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
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