]> git.lyx.org Git - features.git/commitdiff
Locking modes of RCS.
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 10:54:53 +0000 (10:54 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 10:54:53 +0000 (10:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25763 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 8f1204d40ce26b90eaaff4b448d0698de86c9a1e..77099efe4d6ccc6497f492ad115b21f210d9fee5 100644 (file)
@@ -2651,6 +2651,9 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_BUFFER_TOGGLE_READ_ONLY
  * \li Action: Toggle editing mode of the current document between read/write and read-only.
+ * \li Notion: In the ->Readonly mode checks-in/commits the data if the file is under version control.
+               In the Readonly-> mode checkouts the data from repository. \n
+              If these operations fail, buffer won't be toggled.
  * \li Syntax: buffer-toggle-read-only
  * \li Origin: Lgb, 27 May 1997
  * \endvar