aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorAndreas Schwab2008-06-08 09:01:28 +0000
committerAndreas Schwab2008-06-08 09:01:28 +0000
commit660100f3bcc2a55e43de9f3aebe66e34a3c8b7c2 (patch)
treee07dfdfff9f8c3e291f8104c218db40e280ee5f3 /src/fontset.c
parent01ef9d3692c4c30f331691a94f509a0b7c31a482 (diff)
downloademacs-660100f3bcc2a55e43de9f3aebe66e34a3c8b7c2.tar.gz
emacs-660100f3bcc2a55e43de9f3aebe66e34a3c8b7c2.zip
(Ffontset_info): Fix typo.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 87981b46949..a488e9c4a1d 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1829,7 +1829,7 @@ fontset. The format is the same as above. */)
1829 alist); 1829 alist);
1830 alist = Fnreverse (alist); 1830 alist = Fnreverse (alist);
1831 1831
1832 /* Then store opend font names to cdr of each elements. */ 1832 /* Then store opened font names to cdr of each elements. */
1833 for (i = 0; ! NILP (realized[k][i]); i++) 1833 for (i = 0; ! NILP (realized[k][i]); i++)
1834 { 1834 {
1835 if (c <= MAX_5_BYTE_CHAR) 1835 if (c <= MAX_5_BYTE_CHAR)