aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-08 08:48:45 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-12 23:27:09 +0100
commitdabbf71aa7a7675af407965d456f2919bac77489 (patch)
treeb476a59f2dca4fe5a678c51b94ea74859e27c223 /doc
parent4e028ecc823bcdbb69c391ad7079085cd7749b15 (diff)
downloadguix-dabbf71aa7a7675af407965d456f2919bac77489.tar
guix-dabbf71aa7a7675af407965d456f2919bac77489.tar.gz
doc: Adjust stale reference to quote instead of gexp.
* doc/guix.texi (Build Phases): Mention hash-tilde, not apostrophe. Change-Id: I8dca74da46d35692be122fb3e8e3ab40dd70606e
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8f65387e92..d2000785c6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10522,7 +10522,7 @@ argument interactively, at the REPL (@pxref{Using Guix Interactively}).
Keep in mind that build phases are code evaluated at the time the
package is actually built. This explains why the whole
@code{modify-phases} expression above is quoted (it comes after the
-@code{'} or apostrophe): it is @dfn{staged} for later execution.
+@code{#~} or hash-tilde): it is @dfn{staged} for later execution.
@xref{G-Expressions}, for an explanation of code staging and the
@dfn{code strata} involved.