aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-12-02 01:47:02 +0000
committerKenichi Handa2003-12-02 01:47:02 +0000
commit95318a38d575948a1fa478006d69bde801eb02dd (patch)
treee4939089621b4f02c832bbb9151edcf668d1d803 /src
parentbedadd048e70ad0047f3c0513f1573f9c87b874b (diff)
downloademacs-95318a38d575948a1fa478006d69bde801eb02dd.tar.gz
emacs-95318a38d575948a1fa478006d69bde801eb02dd.zip
(Fset_fontset_font): Fix docstring.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 777e0aaca9b..d3ebea58a46 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1218,10 +1218,8 @@ range FROM and TO (inclusive).
1218CHARACTER may be a script name symbol. In that case, use FONT-SPEC 1218CHARACTER may be a script name symbol. In that case, use FONT-SPEC
1219for all characters that belong to the script. 1219for all characters that belong to the script.
1220 1220
1221CHARACTER may be a charset which has a :code-offset attribute and the 1221CHARACTER may be a charset. In that case, use FONT-SPEC for all
1222attribute value is greater than the maximum Unicode character 1222characters in the charset.
1223\(#x10FFFF). In that case, use FONT-SPEC for all characters in the
1224charset.
1225 1223
1226FONT-SPEC may be: 1224FONT-SPEC may be:
1227 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. 1225 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ].