diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-21 08:55:26 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-21 08:55:26 -0400 |
commit | e0f6b286ad0101f3f6d7649b98339eef7c90eeb8 (patch) | |
tree | 0104eb5c6421b44ca95be23da9ab27cbf7190909 /doc | |
parent | 35305162366f129b584f76c70e51083d527fff8c (diff) |
doc: Fix cross-reference formatting error in "Posts" section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haunt.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/haunt.texi b/doc/haunt.texi index 2dd9b8f..cedc75b 100644 --- a/doc/haunt.texi +++ b/doc/haunt.texi @@ -478,9 +478,8 @@ Return the list of builder procedures for @var{site}. @end example Posts represent the articles that are kept in a site's post directory -and written in a markup format that Haunt can -understand. @pxref{Readers}) for how files on disk can be transformed -into posts. +and written in a markup format that Haunt can understand. +@xref{Readers} for how files on disk can be transformed into posts. @deffn {Scheme Procedure} make-post @var{file-name} @var{metadata} @var{sxml} Create a new post object that represents the contents of the file |