emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/agitate 4192d8d892 51/67: Clarify doc of helper functio


From: ELPA Syncer
Subject: [elpa] externals/agitate 4192d8d892 51/67: Clarify doc of helper function
Date: Wed, 28 Sep 2022 16:57:29 -0400 (EDT)

branch: externals/agitate
commit 4192d8d892f98f33d037f6f5deba2de1c0f83fe5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]