Mercurial > emacs
changeset 28241:df61a12bd266
(Fset_fontset_font, Ffontset_font): Fix newlines in doc string.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 21 Mar 2000 17:31:48 +0000 |
parents | a0b15838fd22 |
children | 503eb7ee07bd |
files | src/fontset.c |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.c Tue Mar 21 16:59:17 2000 +0000 +++ b/src/fontset.c Tue Mar 21 17:31:48 2000 +0000 @@ -979,14 +979,14 @@ } 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 @@ } 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;