From: Abdelrazak Younes Date: Sat, 4 Dec 2010 23:29:51 +0000 (+0000) Subject: Correct grammar in comment. X-Git-Tag: 2.0.0~1498 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2a11b8347c7a3a71decf171ccaf5a102cb282c3b;p=features.git Correct grammar in comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36732 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index d4cf25ba1f..23774c0335 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -784,9 +784,11 @@ void cutSelection(Cursor & cur, bool doclear, bool realcut) // need a valid cursor. (Lgb) cur.clearSelection(); - // After a cut operation, we need to make sure that the Buffer is updated - // because some further operation will need updated label information for + + // After a cut operation, we must make sure that the Buffer is updated + // because some further operation might need updated label information for // example. So we cannot just use "cur.forceBufferUpdate()" here. + // This fixes #7071. cur.buffer()->updateBuffer(); // tell tabular that a recent copy happened