More documentation.

* magit.el (magit-quit): Add docstring.
This commit is contained in:
Marius Vollmer 2008-08-11 22:25:43 +03:00
parent efc7d2e2bf
commit 22287217df

View file

@ -771,6 +771,7 @@ the current line into your working tree.
commit)))))
(defun magit-quit ()
"Bury the current buffer."
(interactive)
(bury-buffer))