From b8ece4826295fe51e1e83d74248b70391bb192dc Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 30 Nov 2006 22:17:11 +0000 Subject: [PATCH] fix hdindex docs svn: r4991 --- collects/help/doc.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collects/help/doc.txt b/collects/help/doc.txt index 90a76a8b9d..ee9062ce62 100644 --- a/collects/help/doc.txt +++ b/collects/help/doc.txt @@ -343,16 +343,16 @@ The _"hdindex"_ File The "hdindex" file is similar to the "keywords" file; it must contain one S-expression (not evaluated), which is a list of index entries. -Each index entry is a list of four values: +Each index entry is a list of four strings: - * indexed item - a string, e.g., "creating help desk documents" + * indexed item - e.g., "creating help desk documents" - * HTML file - a file name (represented as a bytes) - relative to the manual's directory, e.g., #"node198.htm" + * HTML file - a file name (represented as a string) + relative to the manual's directory, e.g., "node198.htm" - * HTML label - a string representing a label within the HTML file + * HTML label - a label within the HTML file - * page title - a string presenting the title of the HTML page, e.g., + * page title - the title of the HTML page, e.g., "How to Create Help Desk Documents" See plt/collects/doc/mzscheme/hdindex for an example.