diff options
| author | Pavel Janík | 2001-11-01 07:04:02 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-01 07:04:02 +0000 |
| commit | e3cd9e7f2a4ff3c97bc6112e14937e362bdf32fe (patch) | |
| tree | e8333da725ce2ffb4f57eb88ed78ed4201ab24d1 /src | |
| parent | 06415cad5da16edd6f1515a618e7b111745d5c39 (diff) | |
| download | emacs-e3cd9e7f2a4ff3c97bc6112e14937e362bdf32fe.tar.gz emacs-e3cd9e7f2a4ff3c97bc6112e14937e362bdf32fe.zip | |
(Finternal_merge_in_global_face): Reindent.
(Fface_font): Ditto.
(Finternal_set_alternative_font_registry_alist): Ditto.
(Ftty_suppress_bold_inverse_default_colors): Ditto.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 08db995adc9..8d4447a7746 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -4637,7 +4637,7 @@ Value is nil if ATTR doesn't have a discrete set of valid values. */) | |||
| 4637 | 4637 | ||
| 4638 | DEFUN ("internal-merge-in-global-face", Finternal_merge_in_global_face, | 4638 | DEFUN ("internal-merge-in-global-face", Finternal_merge_in_global_face, |
| 4639 | Sinternal_merge_in_global_face, 2, 2, 0, | 4639 | Sinternal_merge_in_global_face, 2, 2, 0, |
| 4640 | doc: /* Add attributes from frame-default definition of FACE to FACE on FRAME. | 4640 | doc: /* Add attributes from frame-default definition of FACE to FACE on FRAME. |
| 4641 | Default face attributes override any local face attributes. */) | 4641 | Default face attributes override any local face attributes. */) |
| 4642 | (face, frame) | 4642 | (face, frame) |
| 4643 | Lisp_Object face, frame; | 4643 | Lisp_Object face, frame; |
| @@ -4672,7 +4672,7 @@ Default face attributes override any local face attributes. */) | |||
| 4672 | done in fontset.el. */ | 4672 | done in fontset.el. */ |
| 4673 | 4673 | ||
| 4674 | DEFUN ("face-font", Fface_font, Sface_font, 1, 2, 0, | 4674 | DEFUN ("face-font", Fface_font, Sface_font, 1, 2, 0, |
| 4675 | doc: /* Return the font name of face FACE, or nil if it is unspecified. | 4675 | doc: /* Return the font name of face FACE, or nil if it is unspecified. |
| 4676 | If the optional argument FRAME is given, report on face FACE in that frame. | 4676 | If the optional argument FRAME is given, report on face FACE in that frame. |
| 4677 | If FRAME is t, report on the defaults for face FACE (for new frames). | 4677 | If FRAME is t, report on the defaults for face FACE (for new frames). |
| 4678 | The font default for a face is either nil, or a list | 4678 | The font default for a face is either nil, or a list |
| @@ -5588,7 +5588,7 @@ be found. Value is ALIST. */) | |||
| 5588 | DEFUN ("internal-set-alternative-font-registry-alist", | 5588 | DEFUN ("internal-set-alternative-font-registry-alist", |
| 5589 | Finternal_set_alternative_font_registry_alist, | 5589 | Finternal_set_alternative_font_registry_alist, |
| 5590 | Sinternal_set_alternative_font_registry_alist, 1, 1, 0, | 5590 | Sinternal_set_alternative_font_registry_alist, 1, 1, 0, |
| 5591 | doc: /* Define alternative font registries to try in face font selection. | 5591 | doc: /* Define alternative font registries to try in face font selection. |
| 5592 | ALIST is an alist of (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...) entries. | 5592 | ALIST is an alist of (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...) entries. |
| 5593 | Each ALTERNATIVE is tried in order if no fonts of font registry REGISTRY can | 5593 | Each ALTERNATIVE is tried in order if no fonts of font registry REGISTRY can |
| 5594 | be found. Value is ALIST. */) | 5594 | be found. Value is ALIST. */) |
| @@ -6694,7 +6694,7 @@ realize_tty_face (cache, attrs, c) | |||
| 6694 | DEFUN ("tty-suppress-bold-inverse-default-colors", | 6694 | DEFUN ("tty-suppress-bold-inverse-default-colors", |
| 6695 | Ftty_suppress_bold_inverse_default_colors, | 6695 | Ftty_suppress_bold_inverse_default_colors, |
| 6696 | Stty_suppress_bold_inverse_default_colors, 1, 1, 0, | 6696 | Stty_suppress_bold_inverse_default_colors, 1, 1, 0, |
| 6697 | doc: /* Suppress/allow boldness of faces with inverse default colors. | 6697 | doc: /* Suppress/allow boldness of faces with inverse default colors. |
| 6698 | SUPPRESS non-nil means suppress it. | 6698 | SUPPRESS non-nil means suppress it. |
| 6699 | This affects bold faces on TTYs whose foreground is the default background | 6699 | This affects bold faces on TTYs whose foreground is the default background |
| 6700 | color of the display and whose background is the default foreground color. | 6700 | color of the display and whose background is the default foreground color. |