From 61c43883ba1b97e0d7f21cbd275a7b9c0cec9de5 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 17 Nov 2006 19:52:45 +0000 Subject: [PATCH] Document pasteParagraphList as hinted by Jean-Marc git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15960 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index 6b6e6bb189..332e414002 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -56,7 +56,8 @@ void copySelection(LCursor & cur); /// void pasteSelection(LCursor & cur, ErrorList &, size_t sel_index = 0); -/// +/// Paste the paragraph list \p parlist at the position given by \p cur. +/// Does not handle undo. Does only work in text, not mathed. void pasteParagraphList(LCursor & cur, ParagraphList const & parlist, textclass_type textclass, ErrorList & errorList); -- 2.39.2