From a4b8984388bcb97a8e7af69c822d1434146f38cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 23 Mar 2026 22:32:40 +0100 Subject: [PATCH] news: Clarify entry about inherited field values. * etc/news.scm: Tweak wording of inherited field value entry. Reported-by: Herman Rimm Change-Id: Ia66ac4a682127a3d10ac7d0396962e2257c5e3ca --- etc/news.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/news.scm b/etc/news.scm index de3f24edef..9e17c4215d 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -45,7 +45,7 @@ (entry (commit "a7c8e68dc51144a6d3981b770aca9c4897fc7c0c") (title - (en "Records such as packages can refer to inherited values")) + (en "Records can refer to inherited values of thunked fields")) (body (en "A new feature has been added to records—the facility used when defining packages, services, operating systems, and many other things—that, @@ -74,7 +74,7 @@ The same mechanism can be used when changing other input fields or the @code{arguments} field. It is less verbose but also @uref{https://issues.guix.gnu.org/50335, more accurate}. -This change applies to all record types produced by +This change applies to \"thunked\" fields of all record types produced by @code{define-record-type*}: @code{package}, @code{origin}, @code{operating-system}, @code{home-environment}, and so on.