comparison src/xfaces.c @ 28620:8208dba7c326

(Ftty_suppress_bold_inverse_default_colors): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 17 Apr 2000 12:36:15 +0000
parents b42146066357
children 582ba7ff96f7
comparison
equal deleted inserted replaced
28619:79fd94833204 28620:8208dba7c326
6174 DEFUN ("tty-suppress-bold-inverse-default-colors", 6174 DEFUN ("tty-suppress-bold-inverse-default-colors",
6175 Ftty_suppress_bold_inverse_default_colors, 6175 Ftty_suppress_bold_inverse_default_colors,
6176 Stty_suppress_bold_inverse_default_colors, 1, 1, 0, 6176 Stty_suppress_bold_inverse_default_colors, 1, 1, 0,
6177 "Suppress/allow boldness of faces with inverse default colors.\n\ 6177 "Suppress/allow boldness of faces with inverse default colors.\n\
6178 SUPPRESS non-nil means suppress it.\n\ 6178 SUPPRESS non-nil means suppress it.\n\
6179 This affects bold faces whose foreground is the default background color\n\ 6179 This affects bold faces on TTYs whose foreground is the default background\n\
6180 of the display and whose background is the default foreground color.\n\ 6180 color of the display and whose background is the default foreground color.\n\
6181 For such faces, no bold text will be displayed.") 6181 For such faces, no bold text will be displayed.")
6182 (suppress) 6182 (suppress)
6183 Lisp_Object suppress; 6183 Lisp_Object suppress;
6184 { 6184 {
6185 tty_suppress_bold_inverse_default_colors_p = !NILP (suppress); 6185 tty_suppress_bold_inverse_default_colors_p = !NILP (suppress);