]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.cpp
Make LFUN_REPEAT more robust by limiting to 10000 iterations
[features.git] / src / LyXAction.cpp
index 3cccc3787e1571cdec37751cadbc27d4736909e3..bb3bf3e34030decca1f22b6cb5b926835581b556 100644 (file)
@@ -3262,6 +3262,7 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_REPEAT
  * \li Action: Repeat the given command.
+ * \li Notion: fails when the repeat count is greater than 10000.
  * \li Syntax: repeat <COUNT> <LFUN-COMMAND>
  * \li Origin: Andre, 27 Oct 2003
  * \endvar