]> git.eshelyaron.com Git - emacs.git/commitdiff
(Mode Line Format): Mention force-mode-line-update's argument.
authorLute Kamstra <lute@gnu.org>
Thu, 16 Oct 2003 13:15:09 +0000 (13:15 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 16 Oct 2003 13:15:09 +0000 (13:15 +0000)
lispref/modes.texi

index e29dd25587ae3bc28f2f83136cfa7b41cef3ff74..0668e04c1727d144fe02576e78fd725d1a627229 100644 (file)
@@ -1139,10 +1139,12 @@ update of the mode line so as to display the new information or
 display it in the new way.
 
 @c Emacs 19 feature
-@defun force-mode-line-update
+@defun force-mode-line-update &optional all
 Force redisplay of the current buffer's mode line and header line.
 The next redisplay will update the mode line and header line based on
-the latest values of all relevant variables.
+the latest values of all relevant variables.  With optional
+non-@code{nil} @var{all}, force redisplay of all mode lines and header
+lines.
 
 This function also forces recomputation of the menu bar menus
 and the frame title.