Quoted parens in a docstring to make Emacs happy.
authorTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2008 05:43:00 +0000 (05:43 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2008 05:43:00 +0000 (05:43 +0000)
src/compiler.lisp

index c445ea9..f1ac28c 100644 (file)
@@ -35,8 +35,8 @@ types are appended to the ongoing javascript compilation."
 special forms that introduce a new JavaScript lexical block (currently
 function definitions and lambdas). Enclosed special forms are expected
 to push variable declarations onto the list when the variables
-declaration cannot be made by the enclosed form (for example, a
-(x,y,z) expression progn). It is then the responsibility of the
+declaration cannot be made by the enclosed form \(for example, a
+\(x,y,z\) expression progn\). It is then the responsibility of the
 enclosing special form to introduce the variable bindings in its
 lexical block.")