Fixing typo in lisp-docs

db4
James Cash 2008-11-03 10:24:13 -05:00
parent 560399a2b6
commit f5db48e3b7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ IN: lisp
USING: help.markup help.syntax ;
HELP: <LISP
{ $description "parsing word which converts the lisp code between <LISP and LISP> into factor quotations and calls it" }
{ $ see-also lisp-string>factor }
{ $see-also lisp-string>factor }
HELP: lisp-string>factor
{ $values { "str" "a string of lisp code" } { "quot" "the quotation the lisp compiles into" } }