aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontset.c b/src/fontset.c
index eea65535c78..4a9cc9393bf 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1172,7 +1172,7 @@ fs_query_fontset (Lisp_Object name, int name_pattern)
1172} 1172}
1173 1173
1174 1174
1175DEFUN ("query-fontset", Fquery_fontset, Squery_fontset, 1, 2, 0, 1175DEFUE ("query-fontset", Fquery_fontset, Squery_fontset, 1, 2, 0,
1176 doc: /* Return the name of a fontset that matches PATTERN. 1176 doc: /* Return the name of a fontset that matches PATTERN.
1177The value is nil if there is no matching fontset. 1177The value is nil if there is no matching fontset.
1178PATTERN can contain `*' or `?' as a wildcard 1178PATTERN can contain `*' or `?' as a wildcard
@@ -2138,7 +2138,7 @@ dump_fontset (Lisp_Object fontset)
2138 return vec; 2138 return vec;
2139} 2139}
2140 2140
2141DEFUN ("fontset-list-all", Ffontset_list_all, Sfontset_list_all, 0, 0, 0, 2141DEFUE ("fontset-list-all", Ffontset_list_all, Sfontset_list_all, 0, 0, 0,
2142 doc: /* Return a brief summary of all fontsets for debug use. */) 2142 doc: /* Return a brief summary of all fontsets for debug use. */)
2143 (void) 2143 (void)
2144{ 2144{