git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24874 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-21 00:43:51 +00:00
parent e2af27e61d
commit 0e179cb5f1

View File

@ -419,6 +419,13 @@ void LyXAction::init()
*/
{ LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit },
{ LFUN_TOC_INSERT, "toc-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_APPENDIX
* \li Action: Start (or remove) Appendix on the given cursor position.
* \li Syntax: appendix
* \li Origin: ettrich, 5 May 1998
* \endvar
*/
{ LFUN_APPENDIX, "appendix", Noop, Edit },
{ LFUN_INDEX_INSERT, "index-insert", Noop, Edit },