git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25160 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-06 11:06:23 +00:00
parent ed1ca813ef
commit c6ecad82c9

View File

@ -832,6 +832,12 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_WORD_RIGHT_SELECT, "word-right-select", ReadOnly | SingleParUpdate, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WORD_SELECT
* \li Action: Puts the word where the cursor stands into the selection.
* \li Syntax: word-select
* \endvar
*/
{ LFUN_WORD_SELECT, "word-select", ReadOnly, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WORD_CAPITALIZE