aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-09 12:15:06 +0000
committerGerd Moellmann2000-08-09 12:15:06 +0000
commit41e757a6680137acd86ed964711fa1c0d16429c7 (patch)
tree76e5b0418414078e138ebc31375a01402df9dedf /src
parent17ab9c39809786bf12eff03cf66974d4c77c3a00 (diff)
downloademacs-41e757a6680137acd86ed964711fa1c0d16429c7.tar.gz
emacs-41e757a6680137acd86ed964711fa1c0d16429c7.zip
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/xfaces.c3
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 @@
12000-08-09 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
4
12000-08-09 Miles Bader <miles@lsi.nec.co.jp> 52000-08-09 Miles Bader <miles@lsi.nec.co.jp>
2 6
3 * callproc.c (Fcall_process): Terminate the unwind-protect around 7 * callproc.c (Fcall_process): Terminate the unwind-protect around
@@ -59,7 +63,7 @@
59 63
602000-08-07 Gerd Moellmann <gerd@gnu.org> 642000-08-07 Gerd Moellmann <gerd@gnu.org>
61 65
62 * xdisp.c (start_display): WHen starting display on a continuation 66 * xdisp.c (start_display): When starting display on a continuation
63 line, clear ascent and descent members of the iterator structure; 67 line, clear ascent and descent members of the iterator structure;
64 the height of the continued line does not affect the height of the 68 the height of the continued line does not affect the height of the
65 continuation line. 69 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",
6238SUPPRESS non-nil means suppress it.\n\ 6238SUPPRESS non-nil means suppress it.\n\
6239This affects bold faces on TTYs whose foreground is the default background\n\ 6239This affects bold faces on TTYs whose foreground is the default background\n\
6240color of the display and whose background is the default foreground color.\n\ 6240color of the display and whose background is the default foreground color.\n\
6241For such faces, no bold text will be displayed.") 6241For such faces, the bold face attribute is ignored if this variable\n\
6242is non-nil.")
6242 (suppress) 6243 (suppress)
6243 Lisp_Object suppress; 6244 Lisp_Object suppress;
6244{ 6245{