guix-commits
[Top][All Lists]
Advanced

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

02/02: packages: Improve the docstring of PACKAGE/INHERIT.


From: guix-commits
Subject: 02/02: packages: Improve the docstring of PACKAGE/INHERIT.
Date: Tue, 23 Feb 2021 14:15:38 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 56733080c4cca7fd0853f40efeb881d0207fd017
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Feb 23 13:41:52 2021 -0500

    packages: Improve the docstring of PACKAGE/INHERIT.
    
    * guix/packages.scm (package/inherit): Try to clarify the docstring.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 7f45417..eae8fcb 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -425,7 +425,7 @@ name of its URI."
 
 (define-syntax-rule (package/inherit p overrides ...)
   "Like (package (inherit P) OVERRIDES ...), except that the same
-transformation is done to the package replacement, if any.  P must be a bare
+transformation is done to the package P's replacement, if any.  P must be a 
bare
 identifier, and will be bound to either P or its replacement when evaluating
 OVERRIDES."
   (let loop ((p p))



reply via email to

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