Function: set-face-bold-p
set-face-bold-p is a function alias for set-face-bold, defined in
faces.el.gz.
This function is obsolete since 24.4; use set-face-bold instead.
Signature
(set-face-bold-p FACE BOLD-P &optional FRAME)
Documentation
Specify whether face FACE is bold.
BOLD-P non-nil means FACE should explicitly display bold.
BOLD-P nil means FACE should explicitly display non-bold.
FRAME nil or not specified means change face on all frames.
Use set-face-attribute or modify-face for finer control.
Probably introduced at or before Emacs version 20.1.
Aliases
set-face-bold-p (obsolete since 24.4)