gnu: package-elisp-from-package: Clarify docstring.

* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
This commit is contained in:
Pierre Neidhardt 2019-01-07 14:44:31 +01:00
parent 5bc2e14add
commit e97b23e4bd
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -333,9 +333,8 @@ (define-public guile-emacs
(define-public (package-elisp-from-package (define-public (package-elisp-from-package
source-package package-name source-files) source-package package-name source-files)
"Returns a package definition that packages emacs-lisp files from the "Return a package definition named PACKAGE-NAME that packages the Emacs Lisp
SOURCE-PACKAGEs source. The package has the name PACKAGE-NAME and packages SOURCE-FILES found in SOURCE-PACKAGE."
the files SOURCE-FILES from the source in its root directory."
(let ((orig (package-source source-package))) (let ((orig (package-source source-package)))
(package (package
(inherit source-package) (inherit source-package)