From 73f97fa124923ca4a06c9cbacf670178685667d8 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Jan 2008 21:46:20 +0000 Subject: [PATCH] * Doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22559 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 1e79c158c7..9c002a92bf 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 * \li Params: : Name of the command that must be called. + can be consequently used in menu, + toolbar (image) or bind file * \li Origin: broider, 2 Oct 2007 */ { LFUN_CALL, "call", NoBuffer, System }, -- 2.39.2