]> git.eshelyaron.com Git - emacs.git/commitdiff
(record_char): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 Jan 2002 17:18:35 +0000 (17:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 Jan 2002 17:18:35 +0000 (17:18 +0000)
src/keyboard.c

index 3414f0d26042c0ae9202db7cf20bb98a7253868e..16a6b175dfbc5e20f67e26a369788bb036552181 100644 (file)
@@ -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;