]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Fix bug #6284: missing space between # and text in math mode when using \mbox
[lyx.git] / src / LyXAction.cpp
index 9bb658cb7ca3bb9e5d7900f8ce9faa475957cf25..0b0eb0ca8fd7608dfeb8508f13fd8d060ab596a7 100644 (file)
@@ -2171,6 +2171,16 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_VC_LOCKING_TOGGLE, "vc-locking-toggle", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_VC_REPO_UPDATE
+ * \li Action: Update the local archive directory in which resides
+               the current document with the remote repository.
+ * \li Notion: This is currently implemented only for SVN.
+ * \li Syntax: vc-repo-update
+ * \li Origin: sanda, 16 Oct 2009
+ * \endvar
+ */
+               { LFUN_VC_REPO_UPDATE, "vc-repo-update", ReadOnly, System },
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_CHANGES_TRACK