aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index 0010c1c3eb7..c5920cc27ac 100644
--- a/src/font.c
+++ b/src/font.c
@@ -3931,7 +3931,8 @@ VALUE must be a string of XLFD-style or fontconfig-style font name.
3931`:script' 3931`:script'
3932 3932
3933VALUE must be a symbol representing a script that the font must 3933VALUE must be a symbol representing a script that the font must
3934support. 3934support. It may be a symbol representing a subgroup of a script
3935listed in the variable `script-representative-chars'.
3935usage: (font-spec ARGS...) */) 3936usage: (font-spec ARGS...) */)
3936 (nargs, args) 3937 (nargs, args)
3937 int nargs; 3938 int nargs;