guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/03: gnu: package-elisp-from-package: Clarify docstring.
Date: Mon, 7 Jan 2019 08:45:46 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit e97b23e4bd878ccd0c7672f1318e2e517779402b
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Jan 7 14:44:31 2019 +0100

    gnu: package-elisp-from-package: Clarify docstring.
    
    * gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
---
 gnu/packages/emacs.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cbfec8f..0c39a9c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]