From 7646ccca5d5fd3e4fecdb21980460cdb544a4847 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 10 Oct 2022 01:45:54 +0530 Subject: tissue: Document #:indexed-documents as a list of objects. * tissue/tissue.scm (tissue-configuration): Document #:indexed-documents as a list of objects, not a list of objects. --- tissue/tissue.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tissue/tissue.scm b/tissue/tissue.scm index 06fc020..e42420a 100644 --- a/tissue/tissue.scm +++ b/tissue/tissue.scm @@ -107,8 +107,9 @@ the generated web pages, among other places. repository. Each element is in turn a list of aliases an author goes by, the first of which is the canonical name of that author. -@var{indexed-documents} is a list of @code{} objects -representing documents to index. +@var{indexed-documents} is a list of @code{} objects (or +objects of classes inheriting from @code{}) representing +documents to index. @var{web-css} is the path to a CSS stylesheet. It is relative to the document root and must begin with a @code{\"/\"}. If it is @code{#f}, -- cgit v1.2.3