Quick doc fixes

db4
Slava Pestov 2008-08-29 16:55:15 -05:00
parent 783d0fcabf
commit 57cbe62046
1 changed files with 7 additions and 9 deletions

View File

@ -124,13 +124,11 @@ $nl
{ { { $snippet "\"inferred-effect\"" } } { $link "inference" } } { { { $snippet "\"inferred-effect\"" } } { $link "inference" } }
{ { $snippet "\"specializer\"" } { $link "specializers" } } { { $snippet "\"specializer\"" } { $link "hints" } }
{ { { $snippet "\"intrinsics\"" } ", " { $snippet "\"if-intrinsics\"" } } { $link "generator" } } { { { $snippet "\"intrinsics\"" } ", " { $snippet "\"if-intrinsics\"" } } { $link "generator" } }
{ { $snippet "\"predicating\"" } " Set on class predicates, stores the corresponding class word" } { { $snippet "\"predicating\"" } " Set on class predicates, stores the corresponding class word" }
{ { { $snippet "\"constructing\"" } ", " { $snippet "\"constructor-quot\"" } } { $link "tuple-constructors" } }
} }
"Properties which are defined for classes only:" "Properties which are defined for classes only:"
{ $table { $table
@ -163,12 +161,12 @@ ARTICLE: "words" "Words"
$nl $nl
"Word introspection facilities and implementation details are found in the " { $vocab-link "words" } " vocabulary." "Word introspection facilities and implementation details are found in the " { $vocab-link "words" } " vocabulary."
$nl $nl
"A word consists of several parts:" "Word objects contain several slots:"
{ $list { $table
"a word name," { { $snippet "name" } "a word name" }
"a vocabulary name," { { $snippet "vocabulary" } "a word vocabulary name" }
"a definition quotation, called when the word when executed," { { $snippet "def" } "a definition quotation" }
"a set of word properties, including documentation and other meta-data." { { $snippet "props" } "an assoc of word properties, including documentation and other meta-data" }
} }
"Words are instances of a class." "Words are instances of a class."
{ $subsection word } { $subsection word }