[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: deprecation: Fix docstring typo.
From: |
guix-commits |
Subject: |
04/11: deprecation: Fix docstring typo. |
Date: |
Fri, 22 Dec 2023 11:50:43 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7f2583cf55059ce1deaa8a6d1735655e17dcfb39
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Thu Nov 30 08:37:37 2023 -0800
deprecation: Fix docstring typo.
* guix/deprecation.scm (define-deprecated/public): Fix docstring.
Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
guix/deprecation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/deprecation.scm b/guix/deprecation.scm
index 8147a01e24..47e653dfb2 100644
--- a/guix/deprecation.scm
+++ b/guix/deprecation.scm
@@ -103,7 +103,7 @@ This will write a deprecation warning to GUIX-WARNING-PORT."
#'(define-deprecated variable alias alias)))))
(define-syntax-rule (define-deprecated/public body ...)
- "Like 'define/deprecated', but export all the newly introduced bindings."
+ "Like 'define-deprecated', but export all the newly introduced bindings."
(define-deprecated public body ...))
(define-syntax-rule (define-deprecated/alias deprecated replacement)
- branch master updated (0de5677a18 -> 4a1b3830a8), guix-commits, 2023/12/22
- 02/11: gnu: Add python-pyqt, version 6.5.2., guix-commits, 2023/12/22
- 05/11: gnu: node-lts: Update to 18.19.0., guix-commits, 2023/12/22
- 03/11: gnu: Add python-pyqtwebengine, version 6.6.0., guix-commits, 2023/12/22
- 04/11: deprecation: Fix docstring typo.,
guix-commits <=
- 08/11: gnu: tensorflow-lite: Update to 2.13.1, guix-commits, 2023/12/22
- 09/11: gnu: Add node-normalize-path., guix-commits, 2023/12/22
- 11/11: gnu: dante: Enable preloading support., guix-commits, 2023/12/22
- 01/11: gnu: Add python-pyqt6-sip., guix-commits, 2023/12/22
- 06/11: gnu: Add liquidprompt., guix-commits, 2023/12/22
- 07/11: gnu: emacs-jinx: Update to 1.0., guix-commits, 2023/12/22
- 10/11: gnu: Add node-safe-stable-stringify., guix-commits, 2023/12/22