git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25299 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-17 23:44:00 +00:00
parent 9450de9212
commit ca1f3d29b5

View File

@ -1951,6 +1951,15 @@ void LyXAction::init()
*/ */
{ LFUN_FINISHED_LEFT, "", ReadOnly, Hidden }, { LFUN_FINISHED_LEFT, "", ReadOnly, Hidden },
/*!
* \var lyx::FuncCode lyx::LFUN_LANGUAGE
* \li Action: Set language from the current cursor position.
* \li Syntax: language <LANG>
* \li Params: <LANG>: Requested language. Look in lib/languages for
the list.
* \li Origin: Dekel, 2 Mar 2000
* \endvar
*/
{ LFUN_LANGUAGE, "language", Noop, Edit }, { LFUN_LANGUAGE, "language", Noop, Edit },
/*! /*!