Mercurial > emacs
diff src/xfaces.c @ 30707:093d1cfc207f
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 09 Aug 2000 12:14:16 +0000 |
| parents | 75ff6aa32bf0 |
| children | 2f3dc355bcaf |
line wrap: on
line diff
--- a/src/xfaces.c Wed Aug 09 12:01:09 2000 +0000 +++ b/src/xfaces.c Wed Aug 09 12:14:16 2000 +0000 @@ -6238,7 +6238,8 @@ SUPPRESS non-nil means suppress it.\n\ This affects bold faces on TTYs whose foreground is the default background\n\ color of the display and whose background is the default foreground color.\n\ -For such faces, no bold text will be displayed.") +For such faces, the bold face attribute is ignored if this variable\n\ +is non-nil.") (suppress) Lisp_Object suppress; {
