aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-04-11 19:59:49 +0000
committerKarl Heuer <[email protected]>1994-04-11 19:59:49 +0000
commit7ec2a18c27703ce94fb7c50fef0b501290d70d10 (patch)
treed3f91a75531ab7d1bd4c785a947764df72a76fff
parent4fd6247b5ce4e0167e64d49e2baef0be4bba33b7 (diff)
(force-mode-line-update): Doc fix.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 2b4a3eda1e..06e2e57c0e 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)))