diff options
Diffstat (limited to 'src/font.c')
-rw-r--r-- | src/font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.c b/src/font.c index 9220fb1cd24..5ca89c97dcf 100644 --- a/src/font.c +++ b/src/font.c @@ -1007,7 +1007,7 @@ font_expand_wildcards (Lisp_Object *field, int n) } -/* Parse NAME (null terminated) as XLFD and store information in FONT +/* Parse NAME (NUL terminated) as XLFD and store information in FONT (font-spec or font-entity). Size property of FONT is set as follows: specified XLFD fields FONT property @@ -1353,7 +1353,7 @@ font_unparse_xlfd (Lisp_Object font, int pixel_size, char *name, int nbytes) return len < nbytes ? len : -1; } -/* Parse NAME (null terminated) and store information in FONT +/* Parse NAME (NUL terminated) and store information in FONT (font-spec or font-entity). NAME is supplied in either the Fontconfig or GTK font name format. If NAME is successfully parsed, return 0. Otherwise return -1. @@ -1725,7 +1725,7 @@ font_unparse_fcname (Lisp_Object font, int pixel_size, char *name, int nbytes) #endif -/* Parse NAME (null terminated) and store information in FONT +/* Parse NAME (NUL terminated) and store information in FONT (font-spec or font-entity). If NAME is successfully parsed, return 0. Otherwise return -1. */ |