Even more documentation.

* magit.el (magit-show-commit): Added docstring.
This commit is contained in:
Marius Vollmer 2008-08-11 22:26:04 +03:00
parent 22287217df
commit 69101a1115

View file

@ -755,6 +755,7 @@ the current line into your working tree.
(magit-browse-log (magit-commit-at-point)))
(defun magit-show-commit ()
"Show details of the commit on the current line."
(interactive)
(let ((dir default-directory)
(commit (magit-commit-at-point))