From: Scott Kostyshak Date: Tue, 5 Feb 2019 18:42:08 +0000 (-0500) Subject: Comment: add matching parenthesis X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5bb63da3036a814141f6f17fba29cc52ae0aeecc;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) {