emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 22 Aug 2005 17:06:31 -0400

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 ****
  address@hidden 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 ----
  address@hidden 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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]