Index: trunk/FACT++/scripts/doc/dim.js
===================================================================
--- trunk/FACT++/scripts/doc/dim.js	(revision 14994)
+++ trunk/FACT++/scripts/doc/dim.js	(revision 14995)
@@ -126,4 +126,6 @@
  *     until the condition is fulfilled. A timeout of 0 is allowed and
  *     will essentially just check if the server is in this state or not.
+ *     If a negative value is given, exceptions are suppressed and false
+ *     is returned in case of timeout. As timeout the absolute value is used.
  *
  * @throws
@@ -131,5 +133,6 @@
  *    <li> If no connection to the server is established or no state
  *         has been received yet. This is identical to dim.state()
- *         returning 'undefined'.
+ *         returning 'undefined' (only in case a positive timeout 
+ *         is given)
  *
  * @returns {Boolean}
