Mercurial > emacs
changeset 43127:2c6477a9d9d5
(force-mode-line-update): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Feb 2002 15:21:20 +0000 |
parents | 6f39ff1c6d8f |
children | d7ccb71bc97c |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Wed Feb 06 15:20:36 2002 +0000 +++ b/lisp/subr.el Wed Feb 06 15:21:20 2002 +0000 @@ -1095,8 +1095,8 @@ (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)))