aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-02-05 06:21:19 +0000
committerKenichi Handa2009-02-05 06:21:19 +0000
commit209f39ac8aa330b6bc4703049aa1cea9f8763ca8 (patch)
tree91ba6f7c62df190e99b37bf7ea6f0b6148ddf487
parentf4427a54f1f42878f7e027a0ebe5ec3ba36acb4f (diff)
downloademacs-209f39ac8aa330b6bc4703049aa1cea9f8763ca8.tar.gz
emacs-209f39ac8aa330b6bc4703049aa1cea9f8763ca8.zip
(Ffont_spec): Docstring modified.
-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;