]> git.lyx.org Git - lyx.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sat, 10 May 2008 14:36:44 +0000 (14:36 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 10 May 2008 14:36:44 +0000 (14:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24710 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 29da574d540a62571affce6e619e24733d8aa5df..5b5d7185af1261e8ae5b431abe5298a6cd14617b 100644 (file)
@@ -621,6 +621,7 @@ void LyXAction::init()
                           simple. In "logical mode", movement is logically forward in RTL
                           paragraphs, and logically backwards in LTR paragraphs.
  * \li Syntax: word-left
+ * \li Origin: dov, 28 Oct 2007
  * \endvar
  */
                { LFUN_WORD_LEFT, "word-left", ReadOnly | NoUpdate, Edit },
@@ -630,6 +631,7 @@ void LyXAction::init()
                           adding *logically* traversed text to the selection.
  * \li Notion: See also #LFUN_WORD_LEFT for exact details of the movement.
  * \li Syntax: word-left-select
+ * \li Origin: dov, 28 Oct 2007
  * \endvar
  */
                { LFUN_WORD_LEFT_SELECT, "word-left-select", ReadOnly | SingleParUpdate, Edit },
@@ -646,6 +648,7 @@ void LyXAction::init()
                           forward in LTR paragraphs, and logically backwards in RTL 
                           paragraphs.
  * \li Syntax: word-right
+ * \li Origin: dov, 28 Oct 2007
  * \endvar
  */
                { LFUN_WORD_RIGHT, "word-right", ReadOnly | NoUpdate, Edit },
@@ -655,6 +658,7 @@ void LyXAction::init()
                           adding *logically* traversed text to the selection.
  * \li Notion: See also #LFUN_WORD_RIGHT for exact details of the movement.
  * \li Syntax: word-right-select
+ * \li Origin: dov, 28 Oct 2007
  * \endvar
  */
                { LFUN_WORD_RIGHT_SELECT, "word-right-select", ReadOnly | SingleParUpdate, Edit },