mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25299 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9450de9212
commit
ca1f3d29b5
@ -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 },
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user