Fix typo in documentation

db4
Slava Pestov 2008-04-27 03:15:31 -05:00
parent 0b0e460857
commit 7a7d7be324
1 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ HELP: reset-generic
$low-level-note
{ $side-effects "word" } ;
HELP: <word>
HELP: <word> ( name vocab -- word )
{ $values { "name" string } { "vocab" string } { "word" word } }
{ $description "Allocates an uninterned word with the specified name and vocabulary, and a blank word property hashtable. User code should call " { $link gensym } " to create uninterned words and " { $link create } " to create interned words." } ;
@ -300,7 +300,7 @@ HELP: word
HELP: set-word
{ $values { "word" word } }
{ $description "Sets the recently defined word. Usually you would call " { $link save-location } " on a newly-defined word instead, which will in turn call this word." } ;
{ $description "Sets the recently defined word." } ;
HELP: lookup
{ $values { "name" string } { "vocab" string } { "word" "a word or " { $link f } } }