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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 27 Dec 2004 12:19:29 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.81 emacs/lispref/modes.texi:1.82
*** emacs/lispref/modes.texi:1.81       Mon Nov 15 09:54:15 2004
--- emacs/lispref/modes.texi    Mon Dec 27 16:58:07 2004
***************
*** 1736,1742 ****
  the text that would appear in a mode line or header line
  based on certain mode-line specification.
  
! @defun format-mode-line &optional format window no-props
  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 &optional format window no-props 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,1757 ****
--- 1752,1759 ----
  The value string normally has text properties that correspond to the
  faces, keymaps, etc., that the mode line would have.  If
  @var{no-props} is address@hidden, the value has no text properties.
+ If @var{buffer} is address@hidden, all the information used is taken 
+ from @var{buffer}; by default,it comes from @var{window}'s buffer.
  @end defun
  
  @node Imenu




reply via email to

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