doc: Use modify-phases syntax in example.
* doc/guix.texi ("build systems"): Use modify-phases syntax instead of
alist-delete in example.
1 files changed, 1 insertions(+), 1 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 2651,7 2651,7 @@ The list of phases used for a particular package can be changed with the @code{#:phases} parameter. For instance, passing: @example #:phases (alist-delete 'configure %standard-phases) #:phases (modify-phases %standard-phases (delete 'configure)) @end example means that all the phases described above will be used, except the