diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-07 14:44:31 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-07 14:45:21 +0100 |
commit | e97b23e4bd878ccd0c7672f1318e2e517779402b (patch) | |
tree | 418038bf0864cbd9f81eb888db496960c18a03fd /gnu/packages | |
parent | 5bc2e14add6433adbade3ccdf28c60e57334c20a (diff) | |
download | patches-e97b23e4bd878ccd0c7672f1318e2e517779402b.tar patches-e97b23e4bd878ccd0c7672f1318e2e517779402b.tar.gz |
gnu: package-elisp-from-package: Clarify docstring.
* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index cbfec8f70a..0c39a9c5ad 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -333,9 +333,8 @@ editor (without an X toolkit)" ) (define-public (package-elisp-from-package source-package package-name source-files) - "Returns a package definition that packages emacs-lisp files from the -SOURCE-PACKAGEs source. The package has the name PACKAGE-NAME and packages -the files SOURCE-FILES from the source in its root directory." + "Return a package definition named PACKAGE-NAME that packages the Emacs Lisp +SOURCE-FILES found in SOURCE-PACKAGE." (let ((orig (package-source source-package))) (package (inherit source-package) |