aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.