diff options
| author | Kenichi Handa | 2009-02-05 06:21:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-02-05 06:21:19 +0000 |
| commit | 209f39ac8aa330b6bc4703049aa1cea9f8763ca8 (patch) | |
| tree | 91ba6f7c62df190e99b37bf7ea6f0b6148ddf487 | |
| parent | f4427a54f1f42878f7e027a0ebe5ec3ba36acb4f (diff) | |
| download | emacs-209f39ac8aa330b6bc4703049aa1cea9f8763ca8.tar.gz emacs-209f39ac8aa330b6bc4703049aa1cea9f8763ca8.zip | |
(Ffont_spec): Docstring modified.
| -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; |