Git commit 5a38597cb3a943524b5307a81eb4a1559021b7ab by Burkhard Lück. Committed on 15/04/2015 at 13:15. Pushed by lueck into branch 'master'.
Update spellcheck docbook to 5.3 REVIEW:123318 M +14 -15 doc/kcontrol/spellchecking/index.docbook http://commits.kde.org/plasma-desktop/5a38597cb3a943524b5307a81eb4a1559021b7ab diff --git a/doc/kcontrol/spellchecking/index.docbook b/doc/kcontrol/spellchecking/index.docbook index e771d53..3e84b5b 100644 --- a/doc/kcontrol/spellchecking/index.docbook +++ b/doc/kcontrol/spellchecking/index.docbook @@ -16,8 +16,8 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2013-12-05</date> -<releaseinfo>&kde; 4.12</releaseinfo> +<date>2015-04-09</date> +<releaseinfo>Plasma 5.3</releaseinfo> <keywordset> <keyword>KDE</keyword> @@ -27,10 +27,6 @@ </articleinfo> -<!-- -kdeui/sonnet/configui.ui ---> - <sect1 id="spellchecker"> <title>Spell Checker</title> <para>The configuration options available here are used as default by all &kde; @@ -38,9 +34,7 @@ applications that use &sonnet;, which is a frontend to various free spell checke <para>To use &sonnet; you need to install spell checkers like ⪚ <ulink url="http://aspell.net/">GNU Aspell</ulink>, -<ulink url="http://www.abisource.com/projects/enchant/">Enchant</ulink>, -<ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>, -<ulink url="http://fmg-www.cs.ucla.edu/geoff/ispell.html">ISpell</ulink> or +<ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> or <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink> and additionally the corresponding dictionaries for your language.</para> @@ -53,6 +47,16 @@ available dictionaries, which one to use for &sonnet;. </para> <title>Spell Options</title> <variablelist> + +<varlistentry> +<term><guilabel>Enable autodetection of language</guilabel></term> +<listitem> +<para>This feature is based on several heuristics (script used, trigram matching and +language ranking on available languages in the spell-checking backend). +This allows it to automatically switch language in a multi-language document. +</para> +</listitem> +</varlistentry> <varlistentry> <term><guilabel>Automatic spell checking enabled by default</guilabel></term> @@ -100,18 +104,13 @@ should be ignored by the spelling program.</para> <sect3><title>Deleting a word from the ignore list</title> <para>To remove a word, select the word in the listbox containing all the currently ignored words by clicking on it with the &LMB;. Now click the <guibutton>Remove</guibutton> button.</para> -</sect3> -</sect2> -<sect2><title>Changing the order a word appears in the list</title> -<para>To move a word in the list, select the word in the listbox containing all the currently ignored words by clicking on it with -the &LMB;. Now click the <guibutton>Move Up</guibutton> button or the <guibutton>Move Down</guibutton> button to move the word -within the list.</para> <para>When you are happy with the changes, simply click <guibutton>Apply</guibutton>.</para> <para>Clicking on the <guibutton>Defaults</guibutton> button restores all values to their default values.</para> +</sect3> </sect2> </sect1>
