gnu: emacs-projectile: Improve description.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 24 Nov 2022 11:59:08 +0000 (12:59 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 24 Nov 2022 17:05:41 +0000 (18:05 +0100)
* gnu/packages/emacs-xyz.scm (emacs-projectile)[description]: Use proper
capitalization, expand some words, add Texinfo markup, remove fancy typography.

gnu/packages/emacs-xyz.scm

index 22e3339..0132193 100644 (file)
@@ -11851,10 +11851,10 @@ like @code{org-edit-src-code} but for arbitrary regions.")
     (synopsis "Manage and navigate projects in Emacs easily")
     (description
      "This library provides easy project management and navigation.  The
-concept of a project is pretty basic - just a folder containing special file.
-Currently git, mercurial and bazaar repos are considered projects by default.
-If you want to mark a folder manually as a project just create an empty
-.projectile file in it.")
+concept of a project is pretty basic: just a folder containing special file.
+Currently Git, Mercurial and Bazaar repositories are considered projects by
+default.  If you want to mark a folder manually as a project just create an
+empty @file{.projectile} file in it.")
     (license license:gpl3+)))
 
 (define-public emacs-skeletor