diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 11:30:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 11:31:53 +0100 |
commit | 788f56b4dc0729e07ad546c5bc9694759c271f09 (patch) | |
tree | 5ba3d31536569f49b1bb152e51ab4086786cd182 | |
parent | c946e1464d0850190f899d592bb765fa52b804c2 (diff) |
doc: Add missing closing paren.
* doc/guix.texi (Desktop Services): Add missing closing paren in example.
-rw-r--r-- | doc/guix.texi | 2 |
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 |