Git commit 485990df7dd597f68af9e034e37dacccaeaaa00a by Yuri Chornoivan. Committed on 17/02/2021 at 17:15. Pushed by yurchor into branch 'master'.
Fix two more minor issues in docs M +2 -2 doc/katepart/development.docbook https://invent.kde.org/utilities/kate/commit/485990df7dd597f68af9e034e37dacccaeaaa00a diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 6e42faec3..56dd2dec4 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -2133,7 +2133,7 @@ in C/C++; or math constants like <emphasis>PI</emphasis>.</para> Text style for single characters such as <userinput>'x'</userinput>.</para> <para><userinput>SpecialChar</userinput> (<guilabel>Special Character</guilabel>): -Text style for for escaped characters in strings, e.g. <quote><userinput>hello\n</userinput></quote>, +Text style for escaped characters in strings, e.g. <quote><userinput>hello\n</userinput></quote>, and other characters with special meaning in strings, such as substitutions or regex operators.</para> <para><userinput>String</userinput>: @@ -2271,7 +2271,7 @@ these attributes can be modified in the <userinput><guilabel>Highlighting Text Styles</guilabel></userinput> tab. By default, the editor preselects the highlighting of the current document. You will notice that many highlights contain other highlights represented by groups in the style list. For example -most highlights import the <quote>Alert</quote> highlight, and many source code formats imports +most highlights import the <quote>Alert</quote> highlight, and many source code formats import the <quote>Doxygen</quote> highlight. </para>
