From 83b5a0cc4c605783d6d487bd5915aad887216a7c Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 5 Apr 2008 05:43:00 +0000 Subject: [PATCH] Quoted parens in a docstring to make Emacs happy. --- src/compiler.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler.lisp b/src/compiler.lisp index c445ea9..f1ac28c 100644 --- a/src/compiler.lisp +++ b/src/compiler.lisp @@ -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.") -- 2.20.1