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

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

[elpa] externals/agitate 3185f2becd 50/67: Clarify word in agitate-vc-gi


From: ELPA Syncer
Subject: [elpa] externals/agitate 3185f2becd 50/67: Clarify word in agitate-vc-git-grep doc string
Date: Wed, 28 Sep 2022 16:57:29 -0400 (EDT)

branch: externals/agitate
commit 3185f2becd019d7dddfb389343d32ce22dd64f17
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Clarify word in agitate-vc-git-grep doc string
---
 README.org | 2 +-
 agitate.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 97bbc9b5ec..e3fc949a8c 100644
--- a/README.org
+++ b/README.org
@@ -153,7 +153,7 @@ think most of those are superfluous.  Less is more.
   ~vc-root-dir~.  This is a simple wrapper around ~vc-git-grep~ to
   streamline the basic task of searching for a regexp in the current
   Git repository.  Use the original ~vc-git-grep~ for its other
-  features.
+  arguments.
 
 #+findex: agitate-vc-git-kill-commit-message
 + ~agitate-vc-git-kill-commit-message~ :: Append to ~kill-ring~
diff --git a/agitate.el b/agitate.el
index 0a6d48e0be..dbdac702aa 100644
--- a/agitate.el
+++ b/agitate.el
@@ -272,7 +272,7 @@ With optional FILE, limit the commits to those pertinent to 
it."
 This is a simple wrapper around `vc-git-grep' to streamline the
 basic task of searching for a regexp in the current Git
 repository.  Use the original `vc-git-grep' for its other
-features."
+arguments."
   (interactive (list (read-regexp "git-grep: " nil 'vc-git-history)))
   (vc-git-grep regexp "*" (vc-root-dir)))
 



reply via email to

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