]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffontset_info): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Jun 2008 09:01:28 +0000 (09:01 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Jun 2008 09:01:28 +0000 (09:01 +0000)
src/ChangeLog
src/fontset.c

index 1d128f77fb33ba88010163eade09a53ba57980cd..c791352aaf10778e2cd9e8314b20fd8df42023ea 100644 (file)
@@ -1,5 +1,7 @@
 2008-06-08  Andreas Schwab  <schwab@suse.de>
 
+       * fontset.c (Ffontset_info): Fix typo.
+
        * Makefile.in (obj): Always add menu.o
        * emacs.c (main): Always call syms_of_menu.
        * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
index 87981b469493ccc12e5473badd23ee75690eccab..a488e9c4a1da2970ce7f9ebdce7a5881f226664d 100644 (file)
@@ -1829,7 +1829,7 @@ fontset.  The format is the same as above.  */)
                                 alist);
              alist = Fnreverse (alist);
 
-             /* Then store opend font names to cdr of each elements.  */
+             /* Then store opened font names to cdr of each elements.  */
              for (i = 0; ! NILP (realized[k][i]); i++)
                {
                  if (c <= MAX_5_BYTE_CHAR)