]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
hopefully fix tex2lyx linking.
[lyx.git] / src / CutAndPaste.h
index 6b6e6bb189ac060a100506ef241fc930fea53452..332e414002b322570e2844bc3ad516229b7721da 100644 (file)
@@ -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);