guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-find-file-in-project: Fix grammar of "allows to find"


From: guix-commits
Subject: 01/05: gnu: emacs-find-file-in-project: Fix grammar of "allows to find" to "finds".
Date: Sun, 12 Apr 2020 18:17:37 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 75615ca090181a46c74b1b87734404ed4b485819
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:05:01 2020 -0700

    gnu: emacs-find-file-in-project: Fix grammar of "allows to find" to "finds".
    
    * gnu/packages/emacs-xyz (emacs-find-file-in-project): Fix grammar.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c3c8a71..f67c395 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6912,7 +6912,7 @@ maximizes flexibility (at the expense of conciseness).")
      `(("ert-runner" ,emacs-ert-runner)))
     (home-page "https://github.com/technomancy/find-file-in-project";)
     (synopsis "File/directory finder for Emacs")
-    (description "@code{find-file-in-project} allows to find files or
+    (description "@code{find-file-in-project} finds files or
 directories quickly in the current project.  The project root is detected
 automatically when Git, Subversion or Mercurial are used.  It also provides
 functions to assist in reviewing changes on files.")



reply via email to

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