# HG changeset patch # User Karl Heuer # Date 766094389 0 # Node ID a379e974be7ce34063d83cef4462911eb8304517 # Parent 3063675a542425f461a20f86c1d86684df30bc70 (force-mode-line-update): Doc fix. diff -r 3063675a5424 -r a379e974be7c lisp/subr.el --- a/lisp/subr.el Mon Apr 11 18:21:39 1994 +0000 +++ b/lisp/subr.el Mon Apr 11 19:59:49 1994 +0000 @@ -587,7 +587,7 @@ (defun force-mode-line-update (&optional all) "Force the mode-line of the current buffer to be redisplayed. -With optional non-nil ALL then force then force redisplay of all mode-lines." +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)))