git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26523 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-24 17:35:37 +00:00
parent 577fbec1dd
commit 83bd0508c2

View File

@ -2925,6 +2925,8 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_COMMAND_ALTERNATIVES
* \li Action: Runs the first listed command that is enabled.
* \li Notion: This can be used to bind multiple functions to a single key,
and then which one is used will depend upon the context.
* \li Syntax: command-alternatives <CMDS>
* \li Params: <CMDS>: Sequence of commands separated by semicolons.
* \li Sample: command-alternatives completion-accept;cell-forward