set-face-underline-p
set-face-underline-p is an alias for `
set-face-underline' in `
faces.el
'.
(set-face-underline-p
FACE UNDERLINE &optional
FRAME)
This function is obsolete since 24.3;
use `set-face-underline' instead.
Specify whether face
FACE is underlined.
UNDERLINE nil means
FACE explicitly doesn't underline.
UNDERLINE t means
FACE underlines with its foreground color.
If
UNDERLINE is a string, underline with that color.
UNDERLINE may also be a list of the form (:color COLOR :style STYLE),
where COLOR is a string or `foreground-color', and STYLE is either
`line' or `wave'. :color may be omitted, which means to use the
foreground color. :style may be omitted, which means to use a line.
FRAME nil or not specified means change face on all frames.
Use `set-face-attribute' to ``unspecify'' underlining.