Docstring for `magit-update-vc-modeline'.

This commit is contained in:
Phil Jackson 2010-06-27 19:05:59 +01:00
parent 51fffcb3a9
commit 613834919f

View file

@ -1806,6 +1806,7 @@ Please see the manual for a complete description of Magit.
(revert-buffer t t nil))))))
(defun magit-update-vc-modeline (dir)
"Update the modeline for buffers representable by magit."
(dolist (buffer (buffer-list))
(when (and buffer
(buffer-file-name buffer)