Merge branch 'master' of git://factorcode.org/git/factor

db4
Daniel Ehrenberg 2009-01-28 12:30:33 -06:00
commit f4402bfe09
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ HELP: GENERIC:
HELP: GENERIC#
{ $syntax "GENERIC# word n" }
{ $values { "word" "a new word to define" } { "n" "the stack position to dispatch on, either 0, 1 or 2" } }
{ $values { "word" "a new word to define" } { "n" "the stack position to dispatch on" } }
{ $description "Defines a new generic word which dispatches on the " { $snippet "n" } "th most element from the top of the stack in the current vocabulary. Initially, it contains no methods, and thus will throw a " { $link no-method } " error when called." }
{ $notes
"The following two definitions are equivalent:"