aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorDave Love2000-03-21 17:31:48 +0000
committerDave Love2000-03-21 17:31:48 +0000
commit755f47fed9a2e88d466d2002df4c179517ac52a0 (patch)
treea8780a5be8d94a8c6de3c52ef6b409cd3a12f293 /src/fontset.c
parentd87e562753c657218c4d0b7c736eb1b972ec8097 (diff)
downloademacs-755f47fed9a2e88d466d2002df4c179517ac52a0.tar.gz
emacs-755f47fed9a2e88d466d2002df4c179517ac52a0.zip
(Fset_fontset_font, Ffontset_font): Fix newlines in doc string.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 89463e6a3be..0259b3e310d 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -979,14 +979,14 @@ check_fontset_name (name)
979} 979}
980 980
981DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0, 981DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0,
982 "Modify fontset NAME to use FONTNAME for character CHAR. 982 "Modify fontset NAME to use FONTNAME for character CHAR.\n\
983 983\n\
984CHAR may be a cons; (FROM . TO), where FROM and TO are 984CHAR may be a cons; (FROM . TO), where FROM and TO are\n\
985non-generic characters. In that case, use FONTNAME 985non-generic characters. In that case, use FONTNAME\n\
986for all characters in the range FROM and TO (inclusive). 986for all characters in the range FROM and TO (inclusive).\n\
987 987\n\
988If NAME is t, an entry in the default fontset is modified. 988If NAME is t, an entry in the default fontset is modified.\n\
989In that case, FONTNAME should be a registry and encoding name 989In that case, FONTNAME should be a registry and encoding name\n\
990of a font for CHAR.") 990of a font for CHAR.")
991 (name, ch, fontname, frame) 991 (name, ch, fontname, frame)
992 Lisp_Object name, ch, fontname, frame; 992 Lisp_Object name, ch, fontname, frame;
@@ -1223,7 +1223,7 @@ loading failed.")
1223} 1223}
1224 1224
1225DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0, 1225DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0,
1226 "Return a font name pattern for character CH in fontset NAME. 1226 "Return a font name pattern for character CH in fontset NAME.\n\
1227If NAME is t, find a font name pattern in the default fontset.") 1227If NAME is t, find a font name pattern in the default fontset.")
1228 (name, ch) 1228 (name, ch)
1229 Lisp_Object name, ch; 1229 Lisp_Object name, ch;