Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41e757a6
Commit
41e757a6
authored
Aug 09, 2000
by
Gerd Moellmann
Browse files
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
parent
17ab9c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-1
src/xfaces.c
src/xfaces.c
+2
-1
No files found.
src/ChangeLog
View file @
41e757a6
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>
2000-08-09 Miles Bader <miles@lsi.nec.co.jp>
* callproc.c (Fcall_process): Terminate the unwind-protect around
* callproc.c (Fcall_process): Terminate the unwind-protect around
...
@@ -59,7 +63,7 @@
...
@@ -59,7 +63,7 @@
2000-08-07 Gerd Moellmann <gerd@gnu.org>
2000-08-07 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (start_display): W
H
en starting display on a continuation
* xdisp.c (start_display): W
h
en starting display on a continuation
line, clear ascent and descent members of the iterator structure;
line, clear ascent and descent members of the iterator structure;
the height of the continued line does not affect the height of the
the height of the continued line does not affect the height of the
continuation line.
continuation line.
...
...
src/xfaces.c
View file @
41e757a6
...
@@ -6238,7 +6238,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors",
...
@@ -6238,7 +6238,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors",
SUPPRESS non-nil means suppress it.\n\
SUPPRESS non-nil means suppress it.\n\
This affects bold faces on TTYs whose foreground is the default background\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\
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)
(suppress)
Lisp_Object suppress;
Lisp_Object suppress;
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment