aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c4
1 files changed, 2 insertions, 2 deletions
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",
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\
6178SUPPRESS non-nil means suppress it.\n\ 6178SUPPRESS non-nil means suppress it.\n\
6179This affects bold faces whose foreground is the default background color\n\ 6179This affects bold faces on TTYs whose foreground is the default background\n\
6180of the display and whose background is the default foreground color.\n\ 6180color of the display and whose background is the default foreground color.\n\
6181For such faces, no bold text will be displayed.") 6181For such faces, no bold text will be displayed.")
6182 (suppress) 6182 (suppress)
6183 Lisp_Object suppress; 6183 Lisp_Object suppress;