Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.180 emacs/lispref/display.texi:1.181
*** emacs/lispref/display.texi:1.180 Thu Aug 11 19:59:05 2005
--- emacs/lispref/display.texi Mon Aug 22 21:06:31 2005
***************
*** 2288,2297 ****
[EMAIL PROTECTED] means do underline; @code{nil} means don't.
@end defun
@defun invert-face face &optional frame
! This function inverts the @code{:inverse-video} attribute of face
! @var{face}. If the attribute is @code{nil}, this function sets it to
! @code{t}, and vice versa.
@end defun
These functions examine the attributes of a face. If you don't
--- 2288,2301 ----
[EMAIL PROTECTED] means do underline; @code{nil} means don't.
@end defun
+ @defun set-face-inverse-video-p face inverse-video-p &optional frame
+ This function sets the @code{:inverse-video} attribute of face
+ @var{face}.
+ @end defun
+
@defun invert-face face &optional frame
! This function swaps the foreground and background colors of face
! @var{face}.
@end defun
These functions examine the attributes of a face. If you don't
***************
*** 2300,2306 ****
value for that attribute.
@defun face-foreground face &optional frame inherit
! @defunx face-background face &optional frame
These functions return the foreground color (or background color,
respectively) of face @var{face}, as a string.
--- 2304,2310 ----
value for that attribute.
@defun face-foreground face &optional frame inherit
! @defunx face-background face &optional frame inherit
These functions return the foreground color (or background color,
respectively) of face @var{face}, as a string.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs