1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(force-mode-line-update): Doc fix.

This commit is contained in:
Karl Heuer 1994-04-11 19:59:49 +00:00
parent 4fd6247b5c
commit 7ec2a18c27

View File

@ -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)))