1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

doc: Adjust stale reference to quote instead of gexp.

* doc/guix.texi (Build Phases): Mention hash-tilde, not apostrophe.

Change-Id: I8dca74da46d35692be122fb3e8e3ab40dd70606e
This commit is contained in:
Ludovic Courtès
2024-11-08 08:48:45 +01:00
parent 4e028ecc82
commit dabbf71aa7

View File

@@ -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.