diff options
| author | Gerd Moellmann | 2000-08-09 12:15:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-09 12:15:06 +0000 |
| commit | 41e757a6680137acd86ed964711fa1c0d16429c7 (patch) | |
| tree | 76e5b0418414078e138ebc31375a01402df9dedf /src | |
| parent | 17ab9c39809786bf12eff03cf66974d4c77c3a00 (diff) | |
| download | emacs-41e757a6680137acd86ed964711fa1c0d16429c7.tar.gz emacs-41e757a6680137acd86ed964711fa1c0d16429c7.zip | |
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/xfaces.c | 3 |
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 @@ | |||
| 1 | 2000-08-09 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. | ||
| 4 | |||
| 1 | 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> | 5 | 2000-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 | ||
| 60 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 64 | 2000-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", | |||
| 6238 | SUPPRESS non-nil means suppress it.\n\ | 6238 | SUPPRESS non-nil means suppress it.\n\ |
| 6239 | This affects bold faces on TTYs whose foreground is the default background\n\ | 6239 | This affects bold faces on TTYs whose foreground is the default background\n\ |
| 6240 | color of the display and whose background is the default foreground color.\n\ | 6240 | color of the display and whose background is the default foreground color.\n\ |
| 6241 | For such faces, no bold text will be displayed.") | 6241 | For such faces, the bold face attribute is ignored if this variable\n\ |
| 6242 | is non-nil.") | ||
| 6242 | (suppress) | 6243 | (suppress) |
| 6243 | Lisp_Object suppress; | 6244 | Lisp_Object suppress; |
| 6244 | { | 6245 | { |