From 788f56b4dc0729e07ad546c5bc9694759c271f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 13 Dec 2021 11:30:25 +0100 Subject: [PATCH] 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 c00ec81e445817891480737b9e5b95ea14d9bd3c..757e44398c822fc0ffdd6d3357fe78785574381f 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