r5205: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 26 Jun 2003 01:16:19 +0000 (01:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 26 Jun 2003 01:16:19 +0000 (01:16 +0000)
debian/changelog
doc/readme.lml

index 6e2836bc0b117472f51d93e23432a51bec10c068..4c24a783b8f7a4ff5a4b6a9fd64dc25bdfcdb192 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml2 (1.1.3-1) unstable; urgency=low
+
+  * More documentation improvments
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Jun 2003 15:39:37 -0600
+
 cl-lml2 (1.1.2-1) unstable; urgency=low
 
   * Improve documentation
 cl-lml2 (1.1.2-1) unstable; urgency=low
 
   * Improve documentation
index e4fd90b9a3ad9bd6082f70c187b695ddb4285482..3c99494093c0342f1f16b916d2201b81509c0e19 100644 (file)
        (:td 
        (:pre
 "(html
        (:td 
        (:pre
 "(html
-   (:i \"The square of the first five integers are: )\"
+   (:i \"The square of the first five integers are: \")
    (:b
    (loop as x from 1 to 5 
      doing
    (:b
    (loop as x from 1 to 5 
      doing
-     (lml-format \" ~D\" (* x x))))"))
+     (lml-format \" ~D\" (* x x)))))"))
        (:td
        (:i "The square of the first five integers are: ")
        (:b
        (:td
        (:i "The square of the first five integers are: ")
        (:b