summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-20 16:23:28 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-20 16:23:28 +0100
commit2c469f04a3bec27b1f49680c638814bc06075b9a (patch)
tree223ed720d1f729f57fc81014ca5fd5b7e03a370d /doc
parentb2ec14a7dac8a22b9b73fb90a607720cf573ec02 (diff)
downloadguix-patches-2c469f04a3bec27b1f49680c638814bc06075b9a.tar
guix-patches-2c469f04a3bec27b1f49680c638814bc06075b9a.tar.gz
doc: Remove extra closing paren.
* doc/contributing.texi (Emacs Packages): Remove extra paren in example.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index db1c4c6921..72f5ce1e0e 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -695,7 +695,7 @@ package typically include a @file{snippets} directory, which could be
copied to the installation directory using:
@lisp
-#:include (cons "^snippets/" %default-include))
+#:include (cons "^snippets/" %default-include)
@end lisp
When encountering problems, it is wise to check for the presence of the