aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-01-07 01:28:01 +0000
committerKenichi Handa2003-01-07 01:28:01 +0000
commit3dcd48ddf47cb03e5b9ff1e0de54ab9afc1f4065 (patch)
tree0ab7bfb41e53d99bc9f32939ec6030212bd7ef3c /src
parent2570e34465cefacf043cbd323cbd0603cd938636 (diff)
downloademacs-3dcd48ddf47cb03e5b9ff1e0de54ab9afc1f4065.tar.gz
emacs-3dcd48ddf47cb03e5b9ff1e0de54ab9afc1f4065.zip
(Fset_fontset_font): Fix indentation of docstring.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 5b283e7c000..a9a6ce522f9 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1150,7 +1150,7 @@ FONT-SPEC may be:
1150 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. 1150 * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ].
1151 See the documentation of `set-face-attribute' for the detail of 1151 See the documentation of `set-face-attribute' for the detail of
1152 these vector elements; 1152 these vector elements;
1153* A cons (FAMILY . REGISTRY), where FAMILY is a font family name and 1153 * A cons (FAMILY . REGISTRY), where FAMILY is a font family name and
1154 REGISTRY is a font registry name; 1154 REGISTRY is a font registry name;
1155 * A font name string. 1155 * A font name string.
1156 1156