emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Thu, 13 Jan 2005 05:05:16 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.84 emacs/lispref/modes.texi:1.85
*** emacs/lispref/modes.texi:1.84       Wed Jan 12 05:11:05 2005
--- emacs/lispref/modes.texi    Thu Jan 13 09:39:32 2005
***************
*** 1736,1742 ****
  the text that would appear in a mode line or header line
  based on certain mode-line specification.
  
! @defun format-mode-line format &optional window no-props buffer face
  This function formats a line of text according to @var{format} as if
  it were generating the mode line for @var{window}, but instead of
  displaying the text in the mode line or the header line, it returns
--- 1736,1742 ----
  the text that would appear in a mode line or header line
  based on certain mode-line specification.
  
! @defun format-mode-line format &optional face window buffer
  This function formats a line of text according to @var{format} as if
  it were generating the mode line for @var{window}, but instead of
  displaying the text in the mode line or the header line, it returns
***************
*** 1752,1764 ****
  that stands for either @code{mode-line} if @var{window} is selected,
  otherwise @code{mode-line-inactive}.)
  
! However, if @var{no-props} is address@hidden, the value has no text
! properties.
  
  For example, @code{(format-mode-line header-line-format)} returns the
  text that would appear in the selected window's header line (@code{""}
  if it has no header line).  @code{(format-mode-line header-line-format
! nil nil nil 'header-line)} returns the same text, with each character
  carrying the face that it will have in the header line itself.
  @end defun
  
--- 1752,1763 ----
  that stands for either @code{mode-line} if @var{window} is selected,
  otherwise @code{mode-line-inactive}.)
  
! However, if @var{face} is an integer, the value has no text properties.
  
  For example, @code{(format-mode-line header-line-format)} returns the
  text that would appear in the selected window's header line (@code{""}
  if it has no header line).  @code{(format-mode-line header-line-format
! 'header-line)} returns the same text, with each character
  carrying the face that it will have in the header line itself.
  @end defun
  




reply via email to

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