branch: externals/agitate commit 4192d8d892f98f33d037f6f5deba2de1c0f83fe5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify doc of helper function --- agitate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agitate.el b/agitate.el index dbdac702aa..c37ea99cba 100644 --- a/agitate.el +++ b/agitate.el @@ -232,7 +232,7 @@ to the text at point." ;;;; Commands for vc-git (Git backend for the Version Control framework) (defun agitate--vc-git-get-hash-from-string (string) - "Return commit hash from STRING" + "Return commit hash from beginning of STRING" (when (string-match "\\b\\([0-9a-z]+\\) " string) (match-string 1 string)))