Fixing up code after 'see' refactoring

db4
Slava Pestov 2009-03-11 08:34:25 -05:00
parent b0ced3dc9a
commit eb0bedd9b0
5 changed files with 8 additions and 5 deletions

View File

@ -47,7 +47,9 @@ HELP: definition
ARTICLE: "see" "Printing definitions" ARTICLE: "see" "Printing definitions"
"The " { $vocab-link "see" } " vocabulary implements support for printing out " { $link "definitions" } " in the image." "The " { $vocab-link "see" } " vocabulary implements support for printing out " { $link "definitions" } " in the image."
$nl $nl
"Printing a definition (see " { $link "definitions" } "):" "Printing a definition:"
{ $subsection see } { $subsection see }
"Printing the methods defined on a generic word or class (see " { $link "objects" } "):" "Printing the methods defined on a generic word or class (see " { $link "objects" } "):"
{ $subsection see-methods } ; { $subsection see-methods } ;
ABOUT: "see"

1
basis/see/summary.txt Normal file
View File

@ -0,0 +1 @@
Printing loaded definitions as source code

View File

@ -56,7 +56,7 @@ $nl
{ $subsection redefine-error } ; { $subsection redefine-error } ;
ARTICLE: "definitions" "Definitions" ARTICLE: "definitions" "Definitions"
"A " { $emphasis "definition" } " is an artifact read from a source file. This includes words, methods, and help articles. Words for working with definitions are found in the " { $vocab-link "definitions" } " vocabulary. Implementations of the definition protocol include pathnames, words, methods, and help articles." "A " { $emphasis "definition" } " is an artifact read from a source file. This includes words, methods, help articles, and path names (which represent the source file at that location). Words for working with definitions are found in the " { $vocab-link "definitions" } " vocabulary."
{ $subsection "definition-protocol" } { $subsection "definition-protocol" }
{ $subsection "definition-crossref" } { $subsection "definition-crossref" }
{ $subsection "definition-checking" } { $subsection "definition-checking" }

View File

@ -4,7 +4,7 @@
USING: accessors arrays assocs combinators help help.crossref USING: accessors arrays assocs combinators help help.crossref
help.markup help.topics io io.streams.string kernel make namespaces help.markup help.topics io io.streams.string kernel make namespaces
parser prettyprint sequences summary tools.vocabs tools.vocabs.browser parser prettyprint sequences summary tools.vocabs tools.vocabs.browser
vocabs vocabs.loader words ; vocabs vocabs.loader words see ;
IN: fuel.help IN: fuel.help

View File

@ -5,7 +5,7 @@ combinators arrays words assocs parser namespaces make
definitions prettyprint prettyprint.backend prettyprint.custom definitions prettyprint prettyprint.backend prettyprint.custom
quotations generalizations debugger io compiler.units quotations generalizations debugger io compiler.units
kernel.private effects accessors hashtables sorting shuffle kernel.private effects accessors hashtables sorting shuffle
math.order sets ; math.order sets see ;
IN: multi-methods IN: multi-methods
! PART I: Converting hook specializers ! PART I: Converting hook specializers