mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25098 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3803473627
commit
c6f21863a8
@ -561,7 +561,19 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHAR_BACKWARD_SELECT, "char-backward-select", ReadOnly | SingleParUpdate, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHAR_DELETE_BACKWARD
|
||||
* \li Action: Deletes one character in the backward direction.
|
||||
* \li Syntax: delete-backward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHAR_DELETE_BACKWARD, "delete-backward", SingleParUpdate, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHAR_DELETE_FORWARD
|
||||
* \li Action: Deletes one character in the backward direction.
|
||||
* \li Syntax: delete-forward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHAR_DELETE_FORWARD, "delete-forward", SingleParUpdate, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHAR_FORWARD
|
||||
|
Loading…
Reference in New Issue
Block a user