diff options
-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 |