diff options
| author | Dave Love | 2000-03-21 17:31:48 +0000 |
|---|---|---|
| committer | Dave Love | 2000-03-21 17:31:48 +0000 |
| commit | 755f47fed9a2e88d466d2002df4c179517ac52a0 (patch) | |
| tree | a8780a5be8d94a8c6de3c52ef6b409cd3a12f293 /src | |
| parent | d87e562753c657218c4d0b7c736eb1b972ec8097 (diff) | |
| download | emacs-755f47fed9a2e88d466d2002df4c179517ac52a0.tar.gz emacs-755f47fed9a2e88d466d2002df4c179517ac52a0.zip | |
(Fset_fontset_font, Ffontset_font): Fix newlines in doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.c | 18 |
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 | ||
| 981 | DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0, | 981 | DEFUN ("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\ | |
| 984 | CHAR may be a cons; (FROM . TO), where FROM and TO are | 984 | CHAR may be a cons; (FROM . TO), where FROM and TO are\n\ |
| 985 | non-generic characters. In that case, use FONTNAME | 985 | non-generic characters. In that case, use FONTNAME\n\ |
| 986 | for all characters in the range FROM and TO (inclusive). | 986 | for all characters in the range FROM and TO (inclusive).\n\ |
| 987 | 987 | \n\ | |
| 988 | If NAME is t, an entry in the default fontset is modified. | 988 | If NAME is t, an entry in the default fontset is modified.\n\ |
| 989 | In that case, FONTNAME should be a registry and encoding name | 989 | In that case, FONTNAME should be a registry and encoding name\n\ |
| 990 | of a font for CHAR.") | 990 | of 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 | ||
| 1225 | DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0, | 1225 | DEFUN ("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\ |
| 1227 | If NAME is t, find a font name pattern in the default fontset.") | 1227 | If 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; |