From 7a69145296da7923244cdc0e541a7b713ca71437 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 20 May 2009 15:15:48 +0000 Subject: [PATCH] * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29747 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index c4725818b2..e92d84f79e 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1120,9 +1120,10 @@ void LyXAction::init() { LFUN_CUT, "cut", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_PASTE - * \li Action: Pastes material from the active clipboard. - * \li Syntax: paste [] - * \li Params: : emf|pdf|png|jpeg|linkback|wmf + * \li Action: Pastes material (text or picture) from the active clipboard. + * \li Syntax: paste [|] + * \li Params: : emf|pdf|png|jpeg|linkback|wmf \n + : number of the selection in the internal clipboard stack to be pasted. * \endvar */ { LFUN_PASTE, "paste", Noop, Edit }, -- 2.39.5