Even more documentation.
* magit.el (magit-show-commit): Added docstring.
This commit is contained in:
parent
22287217df
commit
69101a1115
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -755,6 +755,7 @@ the current line into your working tree.
|
||||||
(magit-browse-log (magit-commit-at-point)))
|
(magit-browse-log (magit-commit-at-point)))
|
||||||
|
|
||||||
(defun magit-show-commit ()
|
(defun magit-show-commit ()
|
||||||
|
"Show details of the commit on the current line."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((dir default-directory)
|
(let ((dir default-directory)
|
||||||
(commit (magit-commit-at-point))
|
(commit (magit-commit-at-point))
|
||||||
|
|
Loading…
Reference in a new issue