From 41e757a6680137acd86ed964711fa1c0d16429c7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 9 Aug 2000 12:15:06 +0000 Subject: [PATCH] (Ftty_suppress_bold_inverse_default_colors): Doc fix. --- src/ChangeLog | 6 +++++- src/xfaces.c | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ffde4547c58..c635f31a1b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-08-09 Gerd Moellmann + + * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. + 2000-08-09 Miles Bader * callproc.c (Fcall_process): Terminate the unwind-protect around @@ -59,7 +63,7 @@ 2000-08-07 Gerd Moellmann - * xdisp.c (start_display): WHen starting display on a continuation + * xdisp.c (start_display): When starting display on a continuation line, clear ascent and descent members of the iterator structure; the height of the continued line does not affect the height of the continuation line. diff --git a/src/xfaces.c b/src/xfaces.c index 65aa4c7f20a..e7b1e2c5354 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -6238,7 +6238,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors", 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; { -- 2.39.2