[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/44: gnu: emacs-package-lint: Improve description.
From: |
guix-commits |
Subject: |
44/44: gnu: emacs-package-lint: Improve description. |
Date: |
Fri, 1 Sep 2023 16:23:11 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c72bc0bb71a7315241c174636f96faee46a6dfa8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:11:53 2023 +0200
gnu: emacs-package-lint: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-package-lint)[synopsis]: Use proper
capitalisation.
[description]: Use Texinfo markup. Remove part that belong to the manual
instead of the description.
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f3b88e86e..6e9be72dbb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26431,13 +26431,12 @@ image, rotate it, save modified images, and more.")
'(#:include (cons "^data/" %default-include)))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/package-lint")
- (synopsis "Linting library for elisp package authors")
+ (synopsis "Linting library for Elisp package authors")
(description
"This provides a list of issues with the Emacs package metadata of a file,
-e.g. the package dependencies it requires. See function
-@code{package-lint-buffer}. Checks will currently be enabled only if a
-\"Package-Requires:\" or \"Package-Version:\" header is present in the
-file.")
+e.g., the package dependencies it requires. Checks will currently be enabled
+only if a @samp{Package-Requires:} or @samp{Package-Version:} header is
+present in the file.")
(license license:gpl3+)))
(define-public emacs-packed
- 25/44: gnu: emacs-envrc: Update to 0.6., (continued)
- 25/44: gnu: emacs-envrc: Update to 0.6., guix-commits, 2023/09/01
- 27/44: gnu: emacs-inheritenv: Update to 0.2., guix-commits, 2023/09/01
- 30/44: gnu: emacs-markdown-mode: Update to 2.6., guix-commits, 2023/09/01
- 33/44: gnu: emacs-org-re-reveal: Update to 3.19.2., guix-commits, 2023/09/01
- 40/44: gnu: emacs-with-editor: Update to 3.3.2., guix-commits, 2023/09/01
- 38/44: gnu: emacs-transient: Update to 0.4.3., guix-commits, 2023/09/01
- 39/44: gnu: emacs-trashed: Update to 2.1.4., guix-commits, 2023/09/01
- 35/44: gnu: emacs-pulsar: Update to 1.0.0., guix-commits, 2023/09/01
- 36/44: gnu: emacs-reformatter: Update to 0.7., guix-commits, 2023/09/01
- 43/44: gnu: emacs-package-lint: Update to 0.19., guix-commits, 2023/09/01
- 44/44: gnu: emacs-package-lint: Improve description.,
guix-commits <=
- 41/44: gnu: emacs-pcre2el: Update to 1.9., guix-commits, 2023/09/01
- 37/44: gnu: emacs-solarized-theme: Update to 2.0.3., guix-commits, 2023/09/01
- 34/44: gnu: emacs-org-wild-notifier: Update to 0.5.0., guix-commits, 2023/09/01
- 42/44: gnu: emacs-page-break-lines: Update to 0.15., guix-commits, 2023/09/01