[Make defjsmacro rend's docstring a comment so clisp will stop complaining Marco Baringer **20060527093159] hunk ./src/js.lisp 1386 - "Creates a new js lexical environment and copies the given variable(s) there. -Executes the body in the new environment. This has the same effect as a new -(let () ...) form in lisp but works on the js side for js closures." + ;; Creates a new js lexical environment and copies the given + ;; variable(s) there. Executes the body in the new environment. This + ;; has the same effect as a new (let () ...) form in lisp but works on + ;; the js side for js closures." +