summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ea0c51d11a..debdb166e4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18651,8 +18651,7 @@ and tty8.
@lisp
(use-modules (gnu services)
(gnu services desktop)
- (gnu services xorg)
- (srfi srfi-1)) ;for 'remove'
+ (gnu services xorg))
(operating-system
;; ...