From 054937f17d2de8c1e912113c32e4c1c071448dfc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 23 Jun 2022 17:43:40 +0200 Subject: doc: Remove trailing #t in example. * doc/guix.texi (Build Phases): Remove trailing #t in example. --- doc/guix.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index bbb7d0764d..9f3f1e39a4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9704,8 +9704,7 @@ phase before the @code{build} phase, called (substitute* "Makefile" (("PREFIX =.*") (string-append "PREFIX = " - out "\n"))) - #true)))))))) + out "\n"))))))))))) @end lisp The new phase that is inserted is written as an anonymous procedure, -- cgit v1.2.3