From: Scott Kostyshak Date: Tue, 5 Feb 2019 18:42:08 +0000 (-0500) Subject: Comment: add matching parenthesis X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2606 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=591ee36df037b228c11b50dd1d05d805c55bbaa2;p=features.git Comment: add matching parenthesis --- diff --git a/src/Text2.cpp b/src/Text2.cpp index 2b3cb48623..6ce41a6d52 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -783,7 +783,7 @@ namespace { /** delete num_spaces characters between from and to. Return the * number of spaces that got physically deleted (not marked as - * deleted */ + * deleted) */ int deleteSpaces(Paragraph & par, pos_type const from, pos_type to, int num_spaces, bool const trackChanges) {