3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Remove obsolete example module import.

This follows up on commit a247f5c753.

* doc/guix.texi (X Window): Remove unused (srfi srfi-1) from
the modify-services example.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-14 03:05:34 +01:00
parent db5907138c
commit 58649b8747
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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
;; ...