mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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.
This commit is contained in:
parent
5a131e3bb8
commit
75615ca090
1 changed files with 1 additions and 1 deletions
|
@ -6912,7 +6912,7 @@ (define-public emacs-find-file-in-project
|
|||
`(("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.")
|
||||
|
|
Loading…
Reference in a new issue