]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Whitespace.
[lyx.git] / src / LyXAction.cpp
index 8e5a6c6c80b46ea1bd41abc9eeec8691e0d55769..c183d74c119ee63d05bf86d75e8ce0956c6835c8 100644 (file)
@@ -2967,9 +2967,8 @@ 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 Notion: This function is not allowed if the file is under version control, since
+               read-only flag is often used in version control file locking.
  * \li Syntax: buffer-toggle-read-only
  * \li Origin: Lgb, 27 May 1997
  * \endvar
@@ -3234,8 +3233,8 @@ void LyXAction::init()
  * \li Syntax: debug-level-set <LEVEL>
  * \li Params: <LEVEL>: comma separated list of levels or the correspondent number
                         of their combination. 0 is equivalent to disabling all debug
-                       events. See lyx -dbg for the current list of debug levels
-                       and their numbers.
+                        events. See lyx -dbg for the current list of debug levels
+                        and their numbers.
  * \li Origin: sanda, 28 Dec 2009
  * \endvar
  */