mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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.
This commit is contained in:
parent
b75d8bb98d
commit
c72bc0bb71
1 changed files with 4 additions and 5 deletions
|
@ -26431,13 +26431,12 @@ (define-public emacs-package-lint
|
||||||
'(#:include (cons "^data/" %default-include)))
|
'(#:include (cons "^data/" %default-include)))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/package-lint")
|
(home-page "https://github.com/purcell/package-lint")
|
||||||
(synopsis "Linting library for elisp package authors")
|
(synopsis "Linting library for Elisp package authors")
|
||||||
(description
|
(description
|
||||||
"This provides a list of issues with the Emacs package metadata of a file,
|
"This provides a list of issues with the Emacs package metadata of a file,
|
||||||
e.g. the package dependencies it requires. See function
|
e.g., the package dependencies it requires. Checks will currently be enabled
|
||||||
@code{package-lint-buffer}. Checks will currently be enabled only if a
|
only if a @samp{Package-Requires:} or @samp{Package-Version:} header is
|
||||||
\"Package-Requires:\" or \"Package-Version:\" header is present in the
|
present in the file.")
|
||||||
file.")
|
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-packed
|
(define-public emacs-packed
|
||||||
|
|
Loading…
Reference in a new issue