diff options
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 2 |
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 |