]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Fix the rest of bug 5010.
[lyx.git] / src / LyXAction.cpp
index 48f3af74585d637b3426d8da35fdca8734bb53f0..5dd8e195ef44ae8a5beaaf5ab35fce0a747692f7 100644 (file)
@@ -409,12 +409,10 @@ void LyXAction::init()
  * \li Action: Inserts CharStyle, Custom inset or XML short element.
  * \li Notion: Look into the Customization manual for more information about
                these elements.\n
-              To make this command enabled the layout file for the document
-               class you're using has to load the character styles. The example on
-               the Wiki uses db_stdcharstyles.inc, which is loaded by the docbook
-               layout. If you're using some other class, you have to edit the layout
-               file to contain your character styles, or else put them in an include
-               file and Input the include file in the layout file.\n
+               To make this command enabled the layout file for the document
+               class you're using has to load the character styles. There are
+               a few contained in the Logical Markup module. You can also of
+               course create some yourself. \n
               For dissolving the element see #LFUN_INSET_DISSOLVE.
  * \li Syntax: flex-insert <TYPE:Name>
  * \li Params: TYPE: CharStyle|Custom|Element|Standard
@@ -423,7 +421,7 @@ void LyXAction::init()
                     sub-menu this flex inset is in on the LyX menu tree. 
                     If Standard (currently unused): none of these.
               Name: This name must be defined either in your layout file
-                    or imported by some module. The definition is\n
+                    or imported by some module. The definition is \n
                     InsetLayout <TYPE:Name>
  * \li Sample: flex-insert CharStyle:Code
  * \endvar
@@ -1845,7 +1843,21 @@ void LyXAction::init()
                { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
                { LFUN_VC_UNDO_LAST, "vc-undo-last", ReadOnly, System },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_CHANGES_TRACK
+ * \li Action: Toggles change tracking to on/off.
+ * \li Syntax: changes-track
+ * \li Origin: levon, 1 Oct 2002
+ * \endvar
+ */
                { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT
+ * \li Action: Toggles showing of change tracking in typesetted output.
+ * \li Syntax: changes-output
+ * \li Origin: jspitzm, 21 Jan 2005
+ * \endvar
+ */
                { LFUN_CHANGES_OUTPUT, "changes-output", Noop, Edit },
                { LFUN_CHANGE_NEXT, "change-next", ReadOnly, Edit },
                { LFUN_CHANGES_MERGE, "changes-merge", Noop, Edit },