update docs on gensym

db4
Doug Coleman 2008-04-11 13:04:21 -05:00
parent dbac0a1543
commit 723696fa32
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ HELP: <word>
HELP: gensym
{ $values { "word" word } }
{ $description "Creates an uninterned word that is not equal to any other word in the system. Gensyms have an automatically-generated name based on a prefix and an incrementing counter." }
{ $description "Creates an uninterned word that is not equal to any other word in the system." }
{ $examples { $unchecked-example "gensym ." "G:260561" } }
{ $notes "Gensyms are often used as placeholder values that have no meaning of their own but must be unique. For example, the compiler uses gensyms to label sections of code." } ;