diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-25 00:19:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-25 00:19:17 -0400 |
commit | 803efa3eb9a339c995a2217a8b1bc55199baa591 (patch) | |
tree | 02dcc9537dfd237e3170acbe70d9205c0b985892 /lisp | |
parent | 525f5b95ceee9ff6b742a31baf9a19253a27803c (diff) | |
download | emacs.d-803efa3eb9a339c995a2217a8b1bc55199baa591.tar.gz |
Rephrase docstring
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 952a917..8251ff4 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -38,7 +38,7 @@ This is useful for commit IDs in files and log messages." (magit-show-commit it))) (defun km/magit-show-project-commit-under-point () - "Select a project and run `km/magit-show-project-commit-under-point'." + "Show commit under point for a selected project." (interactive) (--when-let (thing-at-point 'word) (let ((projectile-switch-project-action |