From 788f56b4dc0729e07ad546c5bc9694759c271f09 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Dec 2021 11:30:25 +0100 Subject: doc: Add missing closing paren. * doc/guix.texi (Desktop Services): Add missing closing paren in example. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c00ec81e44..757e44398c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20478,7 +20478,7 @@ a system which relies on @code{%desktop-services}, you may use (operating-system @dots{} - (services %my-desktop-services) + (services %my-desktop-services)) @end lisp @end defvr -- cgit v1.2.3