[help
martin.hofmann@uni-bamberg.de**20100326125315] hunk ./src/Igor2/UI/Help.hs 80
-              align (fillwords ("When best hypothesis was found and maxLoops \
-                                \not yet exhausted tr< to finish hypotheses \ 
-                                \with same rating. If N>1 also the N-best \
-                                \solutions res returned, which may be partial \
-                                \result.) \
-                                \[default (-1)]"))) <$$>
+              align (fillwords ("A tiers is a set of hypotheses with the same \
+                                \heuristic value. This option determines, how \
+                                \many tiers are finished at most. N=0 just \
+                                \stops when one solution has been found. For \
+                                \N>0 all unfinished hypotheses which aree as \  
+                                \the current best are tried to finish if they \
+                                \do not deteriorate. Thus, the N-best \
+                                \hypotheses are returned. However they may be \
+                                \partial. For N<0 search continues unitil the \
+                                \search space is exhausted.\
+                                \[default (0)]"))) <$$>