doc: Remove extra closing paren.
* doc/contributing.texi (Emacs Packages): Remove extra paren in example.master
parent
b2ec14a7da
commit
2c469f04a3
|
@ -695,7 +695,7 @@ package typically include a @file{snippets} directory, which could be
|
||||||
copied to the installation directory using:
|
copied to the installation directory using:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
#:include (cons "^snippets/" %default-include))
|
#:include (cons "^snippets/" %default-include)
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
When encountering problems, it is wise to check for the presence of the
|
When encountering problems, it is wise to check for the presence of the
|
||||||
|
|
Reference in New Issue