Corrected parameter docstring.
[clinton/parenscript.git] / src / package.lisp
index 867c3ba..856bd6f 100644 (file)
       #:asin
       #:acos
       #:atan
+      #:pi
+      #:sinh
+      #:cosh
+      #:tanh
+      #:asinh
+      #:acosh
+      #:atanh
       #:1+
       #:1-
       #:abs
       #:member
       #:append
       #:set-difference
-      ))
-  "All symbols considered part of the Parenscript language.")
+      )
+    "All symbols considered part of the Parenscript language."))
 
 (defpackage :parenscript
   (:use :common-lisp)
    #:js*
    ))
 
-(defpackage :parenscript-special-forms
-  (:use))