summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-11-25 21:55:38 +0200
committerEli Zaretskii <eliz@gnu.org>2021-11-25 21:55:38 +0200
commit4cd6bc88090d75df54ef5af684c21454954e1cd3 (patch)
tree46dc7045517d6243725b49fea208a0fc71c3a635 /src/font.c
parentaa3a74d9a1173438ab351909441e50439f66b1e2 (diff)
downloademacs-4cd6bc88090d75df54ef5af684c21454954e1cd3.tar.gz
; * src/font.c: Comment about synchronizing with cus-face.el.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c
index d423fd46b70..d780d781f62 100644
--- a/src/font.c
+++ b/src/font.c
@@ -60,6 +60,8 @@ struct table_entry
const char *names[6];
};
+/* The following tables should be in sync with 'custom-face-attributes'. */
+
/* Table of weight numeric values and their names. This table must be
sorted by numeric values in ascending order and the numeric values
must approximately match the weights in the font files. */