]> 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:20:15 +0000 (17:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 Jan 2002 17:20:15 +0000 (17:20 +0000)
src/keyboard.c

index 8b5637e5eb94b39f989d459a11a58e130538e4bd..aae29f6335289e985a6ece25b306a006e59614b2 100644 (file)
@@ -2968,7 +2968,7 @@ record_char (c)
      Lisp_Object c;
 {
   /* 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.  */
   if (CONSP (c) && EQ (XCAR (c), Qhelp_echo))
     {