The purpose prize.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24893 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-22 23:34:54 +00:00
parent 4ebc17c9b9
commit db8afd2720

View File

@ -773,6 +773,13 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_REPEAT, "repeat", NoBuffer, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_CHARS_TRANSPOSE
* \li Action: Transposes the character at the cursor with the one before it.
* \li Syntax: chars-transpose
* \li Author: Lgb, 25 Apr 2001
* \endvar
*/
{ LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit },
{ LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit },