civodul pushed a commit to branch master
in repository guix.

commit 1c9e992e8c636ce8798c26fa1c8f744fbe17255e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jun 9 14:00:51 2023 +0200

    records: Remove "guix" from error message.
    
    * guix/records.scm (map-fields): Tweak error message.
---
 guix/records.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/records.scm b/guix/records.scm
index 5af3e780a0..f4d12a861d 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -110,7 +110,7 @@ error-reporting purposes."
     (syntax-case x ()
       ((_ type within)
        (syntax-violation (syntax->datum #'within)
-                         "undefined guix record-type"
+                         "undefined record type"
                          #'type))
       (_ (syntax-violation 'map-fields "bad use of syntactic keyword" x x)))))
 

Reply via email to