civodul pushed a commit to branch master
in repository guix.

commit 2c469f04a3bec27b1f49680c638814bc06075b9a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Dec 20 16:23:28 2021 +0100

    doc: Remove extra closing paren.
    
    * doc/contributing.texi (Emacs Packages): Remove extra paren in example.
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index db1c4c6..72f5ce1 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

Reply via email to