packages: Improve the docstring of PACKAGE/INHERIT.
authorLeo Famulari <leo@famulari.name>
Tue, 23 Feb 2021 18:41:52 +0000 (13:41 -0500)
committerLeo Famulari <leo@famulari.name>
Tue, 23 Feb 2021 19:12:34 +0000 (14:12 -0500)
* guix/packages.scm (package/inherit): Try to clarify the docstring.

guix/packages.scm

index 7f45417..eae8fcb 100644 (file)
@@ -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))