]> git.lyx.org Git - features.git/commitdiff
Undo remains only for RCS.
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 21:08:11 +0000 (21:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 21:08:11 +0000 (21:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25777 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 2c7cfb70d7e0c519c67505ece4f0b8b536e4b95a..0b36fa43f4dafa070135307647cb1383654ef276 100644 (file)
@@ -1904,6 +1904,14 @@ void LyXAction::init()
  */
                { LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
                { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_VC_UNDO_LAST
+ * \li Action: Undo last check-in.
+ * \li Notion: This is currently implemented only for RCS.
+ * \li Syntax: vc-check-out
+ * \li Origin: Lgb, 1 Jul 1997
+ * \endvar
+ */
                { LFUN_VC_UNDO_LAST, "vc-undo-last", ReadOnly, System },
 
 /*!