]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Try alternative syntax for signaling false positive
[lyx.git] / src / LyXAction.cpp
index 1ac74db6ca4416960748d9cefb21e93fd6957817..3cccc3787e1571cdec37751cadbc27d4736909e3 100644 (file)
@@ -583,7 +583,7 @@ void LyXAction::init()
                         want to start from and for the command that you want to
                         apply to this format. Internally the control is then passed
                         to #LFUN_BUFFER_EXPORT_CUSTOM.\n
-                        If absent or *, then the default output format of the
+                        If absent or "default", then the default output format of the
                         document is used.
                <DEST>  If present, this argument provides the export destination
                        filename. Its containing folder will also be the destination
@@ -878,6 +878,16 @@ void LyXAction::init()
  */
                { LFUN_BUFFER_WRITE_AS, "buffer-write-as", ReadOnly, Buffer },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_BUFFER_EXTERNAL_MODIFICATION_CLEAR
+ * \li Action: Clear the external modification flag on the current buffer.
+ * \li Syntax: buffer-external-modification-clear
+ * \li Origin: gm, 2 March 2017
+ * \endvar
+ */
+               { LFUN_BUFFER_EXTERNAL_MODIFICATION_CLEAR,
+                 "buffer-external-modification-clear", ReadOnly, Buffer },
+
 /*!
  * \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_IN
  * \li Action: Increases the zoom of the screen fonts.