# HG changeset patch # User Gerd Moellmann # Date 965823256 0 # Node ID 093d1cfc207f3ac99c2687f04200b170b6ace549 # Parent b0c302c3b20986d17ec3a1d598dede362c8d6923 (Ftty_suppress_bold_inverse_default_colors): Doc fix. diff -r b0c302c3b209 -r 093d1cfc207f src/xfaces.c --- 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; {