changeset 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 80668eedbb5f
children 193c9307d562
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;