git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22559 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-14 21:46:20 +00:00
parent f03329a19c
commit 73f97fa124

View File

@ -841,8 +841,15 @@ void LyXAction::init()
/**
* \var lyx::kb_action lyx::LFUN_CALL
* \li Action: Executes a command defined in a .def file.
* \li Notion: The definitions are by default read from lib/commands/default.def .
A .def file allows to define a command with \\define "Name" "lfun"
where Name is the name of the new command and lfun is the lfun code
to be executed (see e.g. command-sequence LFUN).
\\def_file "FileName" allows to include another .def file.
* \li Syntax: call <CMDNAME>
* \li Params: <CMDNAME>: Name of the command that must be called.
<CMDNAME> can be consequently used in menu,
toolbar (image) or bind file
* \li Origin: broider, 2 Oct 2007
*/
{ LFUN_CALL, "call", NoBuffer, System },