diff --git a/doc/guix.texi b/doc/guix.texi
index e9ee5127a8751ad5f9269a2eb3f50c7f58d96c3e..edc4bf32832a92d8894a5e5dd3c0aa0940893d7b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7069,7 +7069,7 @@ The above commands only use the default output of the given packages.
 To select other outputs, two element tuples can be specified:
 
 @example
-guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
+guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
 @end example
 
 @item --load=@var{file}