[cl-faq] [lispfaq commit] r21 - in trunk: . code
codesite-noreply@google.com
codesite-noreply at google.com
Tue Jul 22 14:53:45 CDT 2008
Author: peter.seibel
Date: Tue Jul 22 12:52:39 2008
New Revision: 21
Modified:
trunk/code/faq.lisp
trunk/faq.txt
Log:
Fixing typo.
Modified: trunk/code/faq.lisp
==============================================================================
--- trunk/code/faq.lisp (original)
+++ trunk/code/faq.lisp Tue Jul 22 12:52:39 2008
@@ -21,7 +21,8 @@
(defun render-faq (input &optional output)
"Generate HTML version of FAQ."
- (let ((*paragraph-tags* '("modeline")))
+ (let ((*paragraph-tags* '("modeline"))
+ (*parse-links* nil))
(with-tag-translations ((:cl . (:span :class :cl))
(:datestamp . datestamp)
(:figure . figure))
Modified: trunk/faq.txt
==============================================================================
--- trunk/faq.txt (original)
+++ trunk/faq.txt Tue Jul 22 12:52:39 2008
@@ -557,7 +557,7 @@
application all run within the same process. This is quite a profound
difference, for example it means that your application automatically
has a built in compiler! There are many different implementations of
-Lisp, and what is available in your image may very - for example some
+Lisp, and what is available in your image may vary - for example some
Lisps have no interpreter part & some only have a compiler.
I have started thinking of my Lisp image as its own environment,
More information about the cl-faq
mailing list