]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
reverse last change
[lyx.git] / src / paragraph_funcs.h
index ea54a654ebdcfe7f096dff4d3b5f864f32b09f9b..791087fefd50e77f9060bff670827f55d38d9e61 100644 (file)
@@ -28,11 +28,11 @@ void breakParagraphConservative(BufferParams const & bparams,
                                Paragraph *,
                                lyx::pos_type pos);
 
-/** Paste this paragraph with the next one.
   Be carefull, this doesent make any check at all.
-*/
-void pasteParagraph(BufferParams const & bparams,
-                   Paragraph *);
+/**
* Append the next paragraph onto the tail of this one.
+ * Be careful, this doesent make any check at all.
+ */
+void mergeParagraph(BufferParams const & bparams, Paragraph *);
 
 
 #if 0