From: Richard M. Stallman Date: Wed, 6 Feb 2002 15:21:20 +0000 (+0000) Subject: (force-mode-line-update): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16830 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc7566123f25e17234ae6936db60911fb7f082a2;p=emacs.git (force-mode-line-update): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 302ec022311..6c823cedf0e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1095,8 +1095,8 @@ This finishes the change group by reverting all of its changes." (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)))