summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-13 11:30:25 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-13 11:31:53 +0100
commit788f56b4dc0729e07ad546c5bc9694759c271f09 (patch)
tree5ba3d31536569f49b1bb152e51ab4086786cd182 /doc
parentc946e1464d0850190f899d592bb765fa52b804c2 (diff)
downloadguix-patches-788f56b4dc0729e07ad546c5bc9694759c271f09.tar
guix-patches-788f56b4dc0729e07ad546c5bc9694759c271f09.tar.gz
doc: Add missing closing paren.
* doc/guix.texi (Desktop Services): Add missing closing paren in example.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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