[kate] doc/katepart: Improve wording for indenter attribute

Dominik Haumann null at kde.org
Mon Aug 13 07:24:05 BST 2018


Git commit 938ed4958403c46299e35a6b77db2aef849b9d09 by Dominik Haumann.
Committed on 13/08/2018 at 06:23.
Pushed by dhaumann into branch 'master'.

Improve wording for indenter attribute

M  +1    -1    doc/katepart/development.docbook

https://commits.kde.org/kate/938ed4958403c46299e35a6b77db2aef849b9d09

diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook
index 4b61b60f0..d56e11d09 100644
--- a/doc/katepart/development.docbook
+++ b/doc/katepart/development.docbook
@@ -276,7 +276,7 @@ Available attributes are:</term>
 <para><userinput>author</userinput> contains the name of the author and his email-address.</para>
 <para><userinput>license</userinput> contains the license, usually the MIT license for new syntax-highlighting files.</para>
 <para><userinput>style</userinput> contains the provided language and is used by the indenters for the attribute <literal>required-syntax-style</literal>.</para>
-<para><userinput>indenter</userinput> defines which indenter will be used. It is recommended to set the indenter only if it is known exactly that only a specific indenter can be used for the language. Available attributes are: <emphasis>ada, normal, cstyle, cmake, haskell, latex, lilypond, lisp, lua, pascal, python, replicode, ruby</emphasis> and <emphasis>xml</emphasis>.</para>
+<para><userinput>indenter</userinput> defines which indenter will be used by default. Available indenters are: <emphasis>ada, normal, cstyle, cmake, haskell, latex, lilypond, lisp, lua, pascal, python, replicode, ruby</emphasis> and <emphasis>xml</emphasis>.</para>
 <para><userinput>hidden</userinput> defines whether the name should appear in &kappname;'s menus.</para>
 <para>So the next line may look like this:</para>
 <programlisting>


More information about the kde-doc-english mailing list