# HG changeset patch # User Richard M. Stallman # Date 1013008880 0 # Node ID 2c6477a9d9d5cb492d715aaf638b7433afe88e93 # Parent 6f39ff1c6d8f1949a96950b9a9479bc0042dd96b (force-mode-line-update): Doc fix. diff -r 6f39ff1c6d8f -r 2c6477a9d9d5 lisp/subr.el --- a/lisp/subr.el Wed Feb 06 15:20:36 2002 +0000 +++ b/lisp/subr.el Wed Feb 06 15:21:20 2002 +0000 @@ -1095,8 +1095,8 @@ (setq buffer-undo-list elt))))) (defun force-mode-line-update (&optional all) - "Force the mode-line of the current buffer to be redisplayed. -With optional non-nil ALL, force redisplay of all mode-lines." + "Force the mode line of the current buffer to be redisplayed. +With optional non-nil ALL, force redisplay of all mode lines." (if all (save-excursion (set-buffer (other-buffer)))) (set-buffer-modified-p (buffer-modified-p)))