Index: /trunk/autoquest-ui-core/src/main/resources/manuals/condenseMouseClicks
===================================================================
--- /trunk/autoquest-ui-core/src/main/resources/manuals/condenseMouseClicks	(revision 1092)
+++ /trunk/autoquest-ui-core/src/main/resources/manuals/condenseMouseClicks	(revision 1092)
@@ -0,0 +1,9 @@
+condenses mouse clicks, i.e. it reduces a sequence of mouse button down, mouse button up and mouse click with the same button on the same event target to a single mouse click with that button on that target. The mouse button down and mouse button up events are discarded.
+
+$USAGE$
+<sequences> the name of the collection of sequences, of which the mouse clicks shall be condensed
+<new sequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequences>
+
+Example(s):
+condenseMouseClicks someSequences
+condenseMouseClicks someSequences someNewSequences
