diff options
Diffstat (limited to 'doc/kate')
-rw-r--r-- | doc/kate/highlighting.docbook | 4 | ||||
-rw-r--r-- | doc/kate/index.docbook | 11 | ||||
-rw-r--r-- | doc/kate/regular-expressions.docbook | 4 |
3 files changed, 4 insertions, 15 deletions
diff --git a/doc/kate/highlighting.docbook b/doc/kate/highlighting.docbook index 6c12a110f..f5ce8e8cb 100644 --- a/doc/kate/highlighting.docbook +++ b/doc/kate/highlighting.docbook @@ -250,7 +250,7 @@ Available attributes are:</term> <para><userinput>kateversion</userinput> specifies the latest supported &kate; version.</para> <para><userinput>casesensitive</userinput> defines, whether the keywords are casesensitiv or not.</para> <para><userinput>priority</userinput> is necessary if another highlight definition file uses the same extensions. The higher priority will win.</para> -<para><userinput>author</userinput> contains the name of the author and his email-address.</para> +<para><userinput>author</userinput> contains the name of the author and their email-address.</para> <para><userinput>license</userinput> contains the license, usually LGPL, Artistic, GPL and others.</para> <para><userinput>hidden</userinput> defines, whether the name should appear in &kate;'s menus.</para> <para>So the next line may look like this:</para> @@ -465,7 +465,7 @@ do not need to set it, as it defaults to <emphasis>false</emphasis>.</para> <userinput>general</userinput> defines which indenter will be used, however we strongly recommend to omit this element, as the indenter usually will be set by either defining a File Type or by adding a mode line to the text file. If you specify an indenter though, -you will force a specific indentation on the user, which he might not like at all. +you will force a specific indentation on the user, which they might not like at all. Available attributes are:</term> <listitem> diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook index 01835025f..b1f98b275 100644 --- a/doc/kate/index.docbook +++ b/doc/kate/index.docbook @@ -279,14 +279,3 @@ configure / settings / preferences --> </book> - -<!-- -Local Variables: -mode: sgml -sgml-namecase-general: t -sgml-namecase-entity: nil -sgml-general-insert-case: lower -sgml-minimize-attributes: nil -sgml-omittag: nil -End: ---> diff --git a/doc/kate/regular-expressions.docbook b/doc/kate/regular-expressions.docbook index c15685d75..51a9cf4e6 100644 --- a/doc/kate/regular-expressions.docbook +++ b/doc/kate/regular-expressions.docbook @@ -640,8 +640,8 @@ acknowledged if the following part of the searched string does match its <emphasis>PATTERN</emphasis>.</para> <para>The expression <userinput>const \w+\b(?!\s*&)</userinput> will match at <quote>const char</quote> in the string <quote>const -char* foo</quote> while it can not match <quote>const QString</quote> -in <quote>const QString& bar</quote> because the +char* foo</quote> while it can not match <quote>const TQString</quote> +in <quote>const TQString& bar</quote> because the <quote>&</quote> matches the negative lookahead assertion pattern.</para> </listitem> |