From 83bd0508c2ebb15f201410395147d2481ff1b3d9 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 24 Sep 2008 17:35:37 +0000 Subject: [PATCH] * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26523 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f90d5cae28..eac29f2d8a 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 * \li Params: : Sequence of commands separated by semicolons. * \li Sample: command-alternatives completion-accept;cell-forward -- 2.39.2