diff --git a/SWIG/Doc/Manual/Chicken.html b/SWIG/Doc/Manual/Chicken.html
index fe6293be1..b803d59e2 100644
--- a/SWIG/Doc/Manual/Chicken.html
+++ b/SWIG/Doc/Manual/Chicken.html
@@ -170,7 +170,9 @@
Using -module example on the SWIG command
line.
- The generated example.scm file then exports (declare (unit modulename))
+ The generated example.scm file then exports (declare (unit modulename)).
+ If you do not want SWIG to export the (declare (unit modulename)), pass
+ the -nounit option to SWIG.
CHICKEN will be able to access the module using the (declare
@@ -385,9 +387,9 @@
No exception handling.
No director support.
No support for c++ standard types like std::vector.
- No support for automatic garbage collection of wrapped classes and structures. (Planned on adding in SWIG version 1.3.24)
- Importing multiple SWIG modules not working with TinyCLOS. (Planned on fixing for 1.3.24)
- Problems with complicated function overloading. (Planned on fixing for 1.3.24)
+ No support for automatic garbage collection of wrapped classes and structures. (Planned on adding in SWIG version 1.3.25)
+ Importing multiple SWIG modules not working with TinyCLOS. (Planned on fixing for 1.3.25)
+ Problems with complicated function overloading. (Planned on fixing for 1.3.25)