[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: guix: Fix typo.
From: |
guix-commits |
Subject: |
01/06: guix: Fix typo. |
Date: |
Thu, 28 Jan 2021 09:09:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 09ab0d42b00d38abb57dd8218062e797d5117080
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 22 21:31:51 2021 +0100
guix: Fix typo.
* guix/inferior.scm (inferior-available-packages): Remove extra word in
docstring.
---
guix/inferior.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/guix/inferior.scm b/guix/inferior.scm
index b8c7f5a..65d7888 100644
--- a/guix/inferior.scm
+++ b/guix/inferior.scm
@@ -311,8 +311,7 @@ Raise '&inferior-exception' when an exception is read from
PORT."
"Return the list of name/version pairs corresponding to the set of packages
available in INFERIOR.
-This is faster and requires less resource-intensive than calling
-'inferior-packages'."
+This is faster and less resource-intensive than calling 'inferior-packages'."
(if (inferior-eval '(defined? 'fold-available-packages)
inferior)
(inferior-eval '(fold-available-packages
- branch master updated (b9650f7 -> 95852b3), guix-commits, 2021/01/28
- 02/06: gnu: Add trf., guix-commits, 2021/01/28
- 03/06: guix: Add Open Software License 2.1., guix-commits, 2021/01/28
- 01/06: guix: Fix typo.,
guix-commits <=
- 06/06: ui: Look up extensions before built-in commands., guix-commits, 2021/01/28
- 04/06: gnu: Add perl-text-soundex., guix-commits, 2021/01/28
- 05/06: gnu: Add repeat-masker., guix-commits, 2021/01/28