From 755f47fed9a2e88d466d2002df4c179517ac52a0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 21 Mar 2000 17:31:48 +0000 Subject: [PATCH] (Fset_fontset_font, Ffontset_font): Fix newlines in doc string. --- src/fontset.c | 18 +++++++++--------- 1 file 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) } DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0, - "Modify fontset NAME to use FONTNAME for character CHAR. - -CHAR may be a cons; (FROM . TO), where FROM and TO are -non-generic characters. In that case, use FONTNAME -for all characters in the range FROM and TO (inclusive). - -If NAME is t, an entry in the default fontset is modified. -In that case, FONTNAME should be a registry and encoding name + "Modify fontset NAME to use FONTNAME for character CHAR.\n\ +\n\ +CHAR may be a cons; (FROM . TO), where FROM and TO are\n\ +non-generic characters. In that case, use FONTNAME\n\ +for all characters in the range FROM and TO (inclusive).\n\ +\n\ +If NAME is t, an entry in the default fontset is modified.\n\ +In that case, FONTNAME should be a registry and encoding name\n\ of a font for CHAR.") (name, ch, fontname, frame) Lisp_Object name, ch, fontname, frame; @@ -1223,7 +1223,7 @@ loading failed.") } DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0, - "Return a font name pattern for character CH in fontset NAME. + "Return a font name pattern for character CH in fontset NAME.\n\ If NAME is t, find a font name pattern in the default fontset.") (name, ch) Lisp_Object name, ch; -- 2.39.5