diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-23 17:43:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-23 23:20:55 +0200 |
commit | 054937f17d2de8c1e912113c32e4c1c071448dfc (patch) | |
tree | dd2375cb7a48f6f9d2717bc75db2d865b0816b53 | |
parent | c98f412de6c6cd36c9167a92c9539e8ce66141e2 (diff) |
doc: Remove trailing #t in example.
* doc/guix.texi (Build Phases): Remove trailing #t in example.
-rw-r--r-- | doc/guix.texi | 3 |
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, |