deprecation: Fix docstring typo.
* guix/deprecation.scm (define-deprecated/public): Fix docstring. Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
ea83ffbc39
commit
7f2583cf55
|
@ -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)
|
||||
|
|
Reference in New Issue