diff --git a/extra/lisp/lisp-docs.factor b/extra/lisp/lisp-docs.factor index a4b0372f16..cdeafe3e02 100644 --- a/extra/lisp/lisp-docs.factor +++ b/extra/lisp/lisp-docs.factor @@ -2,7 +2,7 @@ IN: lisp USING: help.markup help.syntax ; HELP: 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" } }