aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-01-24 17:18:35 +0000
committerEli Zaretskii <[email protected]>2002-01-24 17:18:35 +0000
commita978004d1f504b6f1b191bdd3f1a7229bcf5a9aa (patch)
tree9cc7437e7ba00ab3cd597888415e7cccda8215eb /src/keyboard.c
parent72a683459fb5083b98c8374f371f0aecb1a6c630 (diff)
(record_char): Fix a typo in a comment.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 3414f0d260..16a6b175df 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;