qualified: another docs fix

db4
Bruno Deferrari 2008-04-12 18:27:04 -03:00
parent 8dfe287e90
commit 7ef3109ff1
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ HELP: QUALIFIED:
"QUALIFIED: math\n1 2 math:+ ! ==> 3" } } ;
HELP: QUALIFIED-WITH:
{ $syntax "QUALIFIED-WITH: vocab prefix" }
{ $description "Works like " { $link POSTPONE: QUALIFIED: } " but uses the specified prefix." }
{ $syntax "QUALIFIED-WITH: vocab word-prefix" }
{ $description "Works like " { $link POSTPONE: QUALIFIED: } " but uses " { $snippet "word-prefix" } " as prefix." }
{ $examples { $code
"QUALIFIED-WITH: math m\n1 2 m:+ ! ==> 3" } } ;