# HG changeset patch # User Juanma Barranquero # Date 1170347855 0 # Node ID fa3660d23cc6b2f67a26176fbf84769e08c2025b # Parent a0f90fb2d33d09965bfa46a1f6e773822e70c7d8 (Attribute Functions): Fix name and description of the UNDERLINE arg of `set-face-underline-p'. diff -r a0f90fb2d33d -r fa3660d23cc6 lispref/display.texi --- a/lispref/display.texi Thu Feb 01 16:30:13 2007 +0000 +++ b/lispref/display.texi Thu Feb 01 16:37:35 2007 +0000 @@ -2201,9 +2201,10 @@ 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