mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
services: configuration: Remove orphan reference to example.
'generic-serialize-alist' refers to (gnu home services version-control) for usage examples but there's no such module. * gnu/services/configuration.scm (generic-serialize-alist): Adjust docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
85dcea59f6
commit
a312bc9cd8
1 changed files with 1 additions and 4 deletions
|
@ -473,9 +473,6 @@ (define (generic-serialize-alist combine serialize-field fields)
|
|||
|
||||
COMBINE is a procedure that takes one or more arguments and combines
|
||||
all the alist entries into one value, @code{string-append} or
|
||||
@code{append} are usually good candidates for this.
|
||||
|
||||
See the @code{serialize-alist} procedure in `@code{(gnu home services
|
||||
version-control}' for an example usage.)}"
|
||||
@code{append} are usually good candidates for this."
|
||||
(apply combine
|
||||
(map (generic-serialize-alist-entry serialize-field) fields)))
|
||||
|
|
Loading…
Reference in a new issue