/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.238 by gerd, Wed Oct 31 11:10:25 2001 UTC revision 1.239 by pj, Thu Nov 1 07:04:02 2001 UTC
# Line 4637  Value is nil if ATTR doesn't have a disc Line 4637  Value is nil if ATTR doesn't have a disc
4637    
4638  DEFUN ("internal-merge-in-global-face", Finternal_merge_in_global_face,  DEFUN ("internal-merge-in-global-face", Finternal_merge_in_global_face,
4639         Sinternal_merge_in_global_face, 2, 2, 0,         Sinternal_merge_in_global_face, 2, 2, 0,
4640    doc: /* Add attributes from frame-default definition of FACE to FACE on FRAME.         doc: /* Add attributes from frame-default definition of FACE to FACE on FRAME.
4641  Default face attributes override any local face attributes.  */)  Default face attributes override any local face attributes.  */)
4642       (face, frame)       (face, frame)
4643       Lisp_Object face, frame;       Lisp_Object face, frame;
# Line 4672  Default face attributes override any loc Line 4672  Default face attributes override any loc
4672     done in fontset.el.  */     done in fontset.el.  */
4673    
4674  DEFUN ("face-font", Fface_font, Sface_font, 1, 2, 0,  DEFUN ("face-font", Fface_font, Sface_font, 1, 2, 0,
4675    doc: /* Return the font name of face FACE, or nil if it is unspecified.         doc: /* Return the font name of face FACE, or nil if it is unspecified.
4676  If the optional argument FRAME is given, report on face FACE in that frame.  If the optional argument FRAME is given, report on face FACE in that frame.
4677  If FRAME is t, report on the defaults for face FACE (for new frames).  If FRAME is t, report on the defaults for face FACE (for new frames).
4678    The font default for a face is either nil, or a list    The font default for a face is either nil, or a list
# Line 5588  be found.  Value is ALIST.  */) Line 5588  be found.  Value is ALIST.  */)
5588  DEFUN ("internal-set-alternative-font-registry-alist",  DEFUN ("internal-set-alternative-font-registry-alist",
5589         Finternal_set_alternative_font_registry_alist,         Finternal_set_alternative_font_registry_alist,
5590         Sinternal_set_alternative_font_registry_alist, 1, 1, 0,         Sinternal_set_alternative_font_registry_alist, 1, 1, 0,
5591    doc: /* Define alternative font registries to try in face font selection.         doc: /* Define alternative font registries to try in face font selection.
5592  ALIST is an alist of (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...) entries.  ALIST is an alist of (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...) entries.
5593  Each ALTERNATIVE is tried in order if no fonts of font registry REGISTRY can  Each ALTERNATIVE is tried in order if no fonts of font registry REGISTRY can
5594  be found.  Value is ALIST.  */)  be found.  Value is ALIST.  */)
# Line 6694  realize_tty_face (cache, attrs, c) Line 6694  realize_tty_face (cache, attrs, c)
6694  DEFUN ("tty-suppress-bold-inverse-default-colors",  DEFUN ("tty-suppress-bold-inverse-default-colors",
6695         Ftty_suppress_bold_inverse_default_colors,         Ftty_suppress_bold_inverse_default_colors,
6696         Stty_suppress_bold_inverse_default_colors, 1, 1, 0,         Stty_suppress_bold_inverse_default_colors, 1, 1, 0,
6697    doc: /* Suppress/allow boldness of faces with inverse default colors.         doc: /* Suppress/allow boldness of faces with inverse default colors.
6698  SUPPRESS non-nil means suppress it.  SUPPRESS non-nil means suppress it.
6699  This affects bold faces on TTYs whose foreground is the default background  This affects bold faces on TTYs whose foreground is the default background
6700  color of the display and whose background is the default foreground color.  color of the display and whose background is the default foreground color.

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.239

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26