diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/font.c b/src/font.c index 7aa0e8537ce..564c53ae54e 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -3857,8 +3857,10 @@ listed in the variable `script-representative-chars'. | |||
| 3857 | 3857 | ||
| 3858 | `:lang' | 3858 | `:lang' |
| 3859 | 3859 | ||
| 3860 | VALUE must be a symbol of two-letter ISO-639 language names, | 3860 | VALUE must be a symbol whose name is a two-letter ISO-639 language |
| 3861 | e.g. `ja'. | 3861 | name, e.g. `ja'. The value is matched against the "Additional Style" |
| 3862 | field of the XLFD spec of a font, if it's non-empty, on X, and | ||
| 3863 | against the codepages supported by the font on w32. | ||
| 3862 | 3864 | ||
| 3863 | `:otf' | 3865 | `:otf' |
| 3864 | 3866 | ||