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
@ -473,9 +473,6 @@ applied on the fields and values of FIELDS using the
|
|||||||
|
|
||||||
COMBINE is a procedure that takes one or more arguments and combines
|
COMBINE is a procedure that takes one or more arguments and combines
|
||||||
all the alist entries into one value, @code{string-append} or
|
all the alist entries into one value, @code{string-append} or
|
||||||
@code{append} are usually good candidates for this.
|
@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.)}"
|
|
||||||
(apply combine
|
(apply combine
|
||||||
(map (generic-serialize-alist-entry serialize-field) fields)))
|
(map (generic-serialize-alist-entry serialize-field) fields)))
|
||||||
|
Loading…
Reference in New Issue
Block a user