diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-02-01 16:37:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-02-01 16:37:35 +0000 |
commit | 0ad373f2d13166be359070c801aa3816f0496c7e (patch) | |
tree | 89fb957efa372a1e40b596ce4c7cba904186f9ca /lispref/display.texi | |
parent | a61afeac4300582a4b6a645f5869e81618769239 (diff) | |
download | emacs-0ad373f2d13166be359070c801aa3816f0496c7e.tar.gz |
(Attribute Functions): Fix name and description of the UNDERLINE arg
of `set-face-underline-p'.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 3c49cd08653..ce32521747d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2201,9 +2201,10 @@ This function specifies whether @var{face} should be italic. If This actually sets the @code{:slant} attribute. @end defun -@defun set-face-underline-p face underline-p &optional frame +@defun set-face-underline-p face underline &optional frame This function sets the underline attribute of face @var{face}. Non-@code{nil} means do underline; @code{nil} means don't. +If @var{underline} is a string, underline with that color. @end defun @defun set-face-inverse-video-p face inverse-video-p &optional frame |