summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-23 17:43:40 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-23 23:20:55 +0200
commit054937f17d2de8c1e912113c32e4c1c071448dfc (patch)
treedd2375cb7a48f6f9d2717bc75db2d865b0816b53
parentc98f412de6c6cd36c9167a92c9539e8ce66141e2 (diff)
downloadguix-patches-054937f17d2de8c1e912113c32e4c1c071448dfc.tar
guix-patches-054937f17d2de8c1e912113c32e4c1c071448dfc.tar.gz
doc: Remove trailing #t in example.
* doc/guix.texi (Build Phases): Remove trailing #t in example.
-rw-r--r--doc/guix.texi3
1 files changed, 1 insertions, 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,