]> git.eshelyaron.com Git - emacs.git/commitdiff
(force-mode-line-update): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Feb 2002 15:21:20 +0000 (15:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Feb 2002 15:21:20 +0000 (15:21 +0000)
lisp/subr.el

index 302ec02231194f17fa1600e65f2e903903906196..6c823cedf0e9c4a19c98dba710aeda4aca920008 100644 (file)
@@ -1095,8 +1095,8 @@ This finishes the change group by reverting all of its changes."
        (setq buffer-undo-list elt)))))
 \f
 (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)))