mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
deprecation: Fix docstring typo.
* guix/deprecation.scm (define-deprecated/public): Fix docstring. Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ea83ffbc39
commit
7f2583cf55
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ (define-syntax variable
|
|||
#'(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)
|
||||
|
|
Loading…
Reference in a new issue