From: Gerd Moellmann Date: Mon, 17 Apr 2000 12:36:15 +0000 (+0000) Subject: (Ftty_suppress_bold_inverse_default_colors): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~4224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1beeb7e3384d2b72c8ff6fc9beeb6f0d8505cb33;p=emacs.git (Ftty_suppress_bold_inverse_default_colors): Doc fix. --- diff --git a/src/xfaces.c b/src/xfaces.c index 99928419291..173c0b45c58 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -6176,8 +6176,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors", Stty_suppress_bold_inverse_default_colors, 1, 1, 0, "Suppress/allow boldness of faces with inverse default colors.\n\ SUPPRESS non-nil means suppress it.\n\ -This affects bold faces whose foreground is the default background color\n\ -of the display and whose background is the default foreground color.\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.") (suppress) Lisp_Object suppress;