Mercurial > emacs
changeset 6795:a379e974be7c
(force-mode-line-update): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 11 Apr 1994 19:59:49 +0000 |
parents | 3063675a5424 |
children | c451a18c1945 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon Apr 11 18:21:39 1994 +0000 +++ b/lisp/subr.el Mon Apr 11 19:59:49 1994 +0000 @@ -587,7 +587,7 @@ (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)))