diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 3 |
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 | ||
| 3933 | VALUE must be a symbol representing a script that the font must | 3933 | VALUE must be a symbol representing a script that the font must |
| 3934 | support. | 3934 | support. It may be a symbol representing a subgroup of a script |
| 3935 | listed in the variable `script-representative-chars'. | ||
| 3935 | usage: (font-spec ARGS...) */) | 3936 | usage: (font-spec ARGS...) */) |
| 3936 | (nargs, args) | 3937 | (nargs, args) |
| 3937 | int nargs; | 3938 | int nargs; |