Git commit d5fca8d25686d31189ccfdd8889aa4ebd441509f by Christoph Cullmann. Committed on 22/03/2026 at 18:48. Pushed by cullmann into branch 'master'.
add hint that missing char means ignore for spell checking BUG: 517428 M +1 -1 doc/katepart/development.docbook https://invent.kde.org/utilities/kate/-/commit/d5fca8d25686d31189ccfdd8889aa4ebd441509f diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index e1883b9e45..30feddf5f2 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -603,7 +603,7 @@ However, in most syntax definitions you do not need to set this attribute.</para defines a character encoding for spell checking. Available attributes:</term> <listitem> -<para><userinput>char</userinput> is a encoded character.</para> +<para><userinput>char</userinput> is a encoded character. If not specified, the spell checking will ignore this encoding.</para> <para><userinput>string</userinput> is a sequence of characters that will be encoded as the character <emphasis>char</emphasis> in the spell checking. For example, in the language LaTeX, the string <userinput>\"{A}</userinput> represents
