]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
- moderncv.layout: add missing separator style
[lyx.git] / src / LyXAction.cpp
index 6b78bf0ca8007a414ccae4e8f9fdc26818274ffc..59d851c5739936e47f0c673a0448891dcf46d0d8 100644 (file)
@@ -1201,7 +1201,7 @@ void LyXAction::init()
                { LFUN_PRIMARY_SELECTION_PASTE, "primary-selection-paste", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_SELECTION_PASTE
- * \li Action: Pastes the the internal selection text in permanent selection.
+ * \li Action: Pastes the internal selection text in permanent selection.
  * \li Notion: Created in order to have middle mouse button pasting correct (bound to
                command-alternatives selection-paste ; primary-selection-paste paragraph).
  * \li Syntax: selection-paste
@@ -2406,7 +2406,7 @@ void LyXAction::init()
                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 10000.
+               that the number of actions is arbitrarily limited to 100000.
                Note also that inset-forall does not update metrics between 
                iterations, which can lead to bugs. This has to be eventually
                fixed.