unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo.
@ 2023-11-30 16:37 Felix Lechner via Guix-patches via
  2023-12-22 16:20 ` bug#67548: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-11-30 16:37 UTC (permalink / raw)
  To: 67548
  Cc: Felix Lechner, Christopher Baines, Josselin Poiret,
	Ludovic Courtès, Mathieu Othacehe, Ricardo Wurmus,
	Simon Tournier, Tobias Geerinckx-Rice

Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27
---
 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 @@ (define-syntax define-deprecated
        #'(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)

base-commit: c12cf2fb63bc2a5b0c5419a372ff6fff76a28a3b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67548: [PATCH] guix: deprecation.scm: Fix docstring typo.
  2023-11-30 16:37 [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo Felix Lechner via Guix-patches via
@ 2023-12-22 16:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-22 16:20 UTC (permalink / raw)
  To: Felix Lechner
  Cc: Josselin Poiret, Simon Tournier, Mathieu Othacehe,
	Tobias Geerinckx-Rice, Ricardo Wurmus, Christopher Baines,
	67548-done

Felix Lechner <felix.lechner@lease-up.com> skribis:

> Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-22 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 16:37 [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo Felix Lechner via Guix-patches via
2023-12-22 16:20 ` bug#67548: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).