mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Remove extra closing paren.
* doc/contributing.texi (Emacs Packages): Remove extra paren in example.
This commit is contained in:
parent
b2ec14a7da
commit
2c469f04a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue