]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 9 Aug 2000 12:15:06 +0000 (12:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 9 Aug 2000 12:15:06 +0000 (12:15 +0000)
src/ChangeLog
src/xfaces.c

index ffde4547c582ef1353b872dc44a85ab0f64d60e6..c635f31a1b24bf34d74032b53c58b1c8ce8e88b1 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
+
 2000-08-09  Miles Bader  <miles@lsi.nec.co.jp>
 
        * callproc.c (Fcall_process): Terminate the unwind-protect around
@@ -59,7 +63,7 @@
 
 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (start_display): WHen starting display on a continuation
+       * xdisp.c (start_display): When starting display on a continuation
        line, clear ascent and descent members of the iterator structure;
        the height of the continued line does not affect the height of the
        continuation line.
index 65aa4c7f20a9ee44c8e9574a631f24d0385d43b2..e7b1e2c5354a11c157fd872cd6e6f349755d74e4 100644 (file)
@@ -6238,7 +6238,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors",
 SUPPRESS non-nil means suppress it.\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.")
+For such faces, the bold face attribute is ignored if this variable\n\
+is non-nil.")
   (suppress)
      Lisp_Object suppress;
 {