changeset 52859:bc7fbf233421

(Mode Line Format): Mention force-mode-line-update's argument.
author Lute Kamstra <lute@gnu.org>
date Thu, 16 Oct 2003 13:15:09 +0000
parents b4112065d679
children 1fabef08c421
files lispref/modes.texi
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Thu Oct 16 13:13:29 2003 +0000
+++ b/lispref/modes.texi	Thu Oct 16 13:15:09 2003 +0000
@@ -1139,10 +1139,12 @@
 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.