From dc7566123f25e17234ae6936db60911fb7f082a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Feb 2002 15:21:20 +0000 Subject: [PATCH] (force-mode-line-update): Doc fix. --- lisp/subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.39.5