]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / LyXAction.cpp
index a90cd936db197a2614995032805610b454d12d8c..6b6a982aa66c06f2282e107d980669139c14970e 100644 (file)
@@ -3454,7 +3454,7 @@ void LyXAction::init()
                shooting yourself in the foot. A typical example is
                    inset-forall Note note-insert
                which starts an infinite loop. This is mitigated by the fact 
-               that the number of actions is arbitrarily limited to 1000.
+               that the number of actions is arbitrarily limited to 10000.
  * \li Syntax: inset-forall <NAME> <LFUN-COMMAND>
                <NAME>: Type of Inset. If <NAME> is *, all insets are matched.
  * \li Sample: The name is used like for InsetLayout in layout files: "Note"