mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
oops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25100 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f47f4c64a5
commit
70dbaa6b0f
@ -564,14 +564,14 @@ void LyXAction::init()
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHAR_DELETE_BACKWARD
|
||||
* \li Action: Deletes one character in the backward direction (usually the "BackSpace" key).
|
||||
* \li Syntax: delete-backward
|
||||
* \li Syntax: char-delete-backward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHAR_DELETE_BACKWARD, "char-delete-backward", SingleParUpdate, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHAR_DELETE_FORWARD
|
||||
* \li Action: Deletes one character in the backward direction (usually the "Delete" key).
|
||||
* \li Syntax: delete-forward
|
||||
* \li Syntax: char-delete-forward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHAR_DELETE_FORWARD, "char-delete-forward", SingleParUpdate, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user