git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24137 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-04-06 11:19:42 +00:00
parent 699740311d
commit 726fd69fb9

View File

@ -1071,6 +1071,10 @@ void LyXAction::init()
* \var lyx::FuncCode lyx::LFUN_INSET_DISSOLVE
* \li Action: Dissolve the current inset into text.
* \li Syntax: inset-dissolve [<INSET>]
* \li Params: <INSET>: this can be used to make sure the right kind of inset
is dissolved. For example "dissolve" entry in the charstyles
sub-menu should only dissolve the charstyle inset, even if the
cursor is inside several nested insets of different type.
* \li Author: JSpitz, 7 Aug 2006
* \endvar
*/