Fixing typo in lisp-docs
parent
560399a2b6
commit
f5db48e3b7
|
@ -2,7 +2,7 @@ IN: lisp
|
||||||
USING: help.markup help.syntax ;
|
USING: help.markup help.syntax ;
|
||||||
HELP: <LISP
|
HELP: <LISP
|
||||||
{ $description "parsing word which converts the lisp code between <LISP and LISP> into factor quotations and calls it" }
|
{ $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
|
HELP: lisp-string>factor
|
||||||
{ $values { "str" "a string of lisp code" } { "quot" "the quotation the lisp compiles into" } }
|
{ $values { "str" "a string of lisp code" } { "quot" "the quotation the lisp compiles into" } }
|
||||||
|
|
Loading…
Reference in New Issue