]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Revert cs 28908: wrong fix.
[lyx.git] / src / LyXAction.cpp
index 1edf499ea92144d4276c77ccabfa1ecb97433569..650f3d5692767aac6f0233398fb86e9cc9ac577e 100644 (file)
@@ -1155,7 +1155,7 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_REPEAT
  * \li Action: Repeat the given command.
  * \li Syntax: repeat <COUNT> <LFUN-COMMAND>
- * \li Origin: Andre, 27 Oct 2003
+ * \li Origin: Andre, 27 Oct 2003
  * \endvar
  */
                { LFUN_REPEAT, "repeat", NoBuffer, Edit },
@@ -2250,7 +2250,8 @@ void LyXAction::init()
  * \li Params: <ARG>: <open|close|toggle|assign>. \n
                open/close/toggle are for collapsable insets. close can be currently used
                by #LFUN_NEXT_INSET_TOGGLE. toggle is used when no argument is given.\n
-               assign is for branch inset.
+               assign synchronize the branch-inset with activation status of the branch.
+              Used for global toggling when changed activation.
  * \li Origin: lasgouttes, 19 Jul 2001
  * \endvar
  */