summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 7855983bf2..337ffe6813 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11967,9 +11967,9 @@ at @file{/run/current-system/profile}.  Each element is either a package
 variable or a package/output tuple.  Here's a simple example of both:
 
 @lisp
-(cons* git                               ; only the default "out" output
-       (git "send-email")                ; another output of the git package
-       %base-packages)                   ; the default set
+(cons* git                ; the default "out" output
+       (git "send-email") ; another output of git
+       %base-packages)    ; the default set
 @end lisp
 
 The default set includes core utilities and it is good practice to