From: Karl Heuer Date: Mon, 11 Apr 1994 19:59:49 +0000 (+0000) Subject: (force-mode-line-update): Doc fix. X-Git-Tag: emacs-19.34~9058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ec2a18c27703ce94fb7c50fef0b501290d70d10;p=emacs.git (force-mode-line-update): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 2b4a3eda1e2..06e2e57c0e3 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -587,7 +587,7 @@ Optional argument PROMPT specifies a string to use to prompt the user." (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)))