guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: doc: Remove extra closing paren.


From: guix-commits
Subject: 14/14: doc: Remove extra closing paren.
Date: Mon, 20 Dec 2021 10:24:15 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2c469f04a3bec27b1f49680c638814bc06075b9a
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]