comparison lispref/display.texi @ 75592:fa3660d23cc6

(Attribute Functions): Fix name and description of the UNDERLINE arg of `set-face-underline-p'.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 01 Feb 2007 16:37:35 +0000
parents 3d45362f1d38
children 2b38ddd3fe74
comparison
equal deleted inserted replaced
75591:a0f90fb2d33d 75592:fa3660d23cc6
2199 This function specifies whether @var{face} should be italic. If 2199 This function specifies whether @var{face} should be italic. If
2200 @var{italic-p} is non-@code{nil}, that means yes; @code{nil} means no. 2200 @var{italic-p} is non-@code{nil}, that means yes; @code{nil} means no.
2201 This actually sets the @code{:slant} attribute. 2201 This actually sets the @code{:slant} attribute.
2202 @end defun 2202 @end defun
2203 2203
2204 @defun set-face-underline-p face underline-p &optional frame 2204 @defun set-face-underline-p face underline &optional frame
2205 This function sets the underline attribute of face @var{face}. 2205 This function sets the underline attribute of face @var{face}.
2206 Non-@code{nil} means do underline; @code{nil} means don't. 2206 Non-@code{nil} means do underline; @code{nil} means don't.
2207 If @var{underline} is a string, underline with that color.
2207 @end defun 2208 @end defun
2208 2209
2209 @defun set-face-inverse-video-p face inverse-video-p &optional frame 2210 @defun set-face-inverse-video-p face inverse-video-p &optional frame
2210 This function sets the @code{:inverse-video} attribute of face 2211 This function sets the @code{:inverse-video} attribute of face
2211 @var{face}. 2212 @var{face}.