aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-17 12:36:15 +0000
committerGerd Moellmann2000-04-17 12:36:15 +0000
commit1beeb7e3384d2b72c8ff6fc9beeb6f0d8505cb33 (patch)
tree3563be87ef54bfb3813b74c96584a7a7a7a318c0 /src
parent8097dd15c28e9978b5cb666a66b3101ee1ebbe62 (diff)
downloademacs-1beeb7e3384d2b72c8ff6fc9beeb6f0d8505cb33.tar.gz
emacs-1beeb7e3384d2b72c8ff6fc9beeb6f0d8505cb33.zip
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
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;