From 803efa3eb9a339c995a2217a8b1bc55199baa591 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Oct 2014 00:19:17 -0400 Subject: Rephrase docstring --- lisp/init-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-git.el') 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 -- cgit v1.2.3