[utilities/kate] doc/katepart: Fix XML and typos.

Yuri Chornoivan null at kde.org
Tue Mar 22 08:06:01 GMT 2022


Git commit e3e118f74fa91c550d2ff48566c05c5ec39eebaa by Yuri Chornoivan.
Committed on 22/03/2022 at 08:05.
Pushed by yurchor into branch 'master'.

Fix XML and typos.

M  +2    -2    doc/katepart/configuring.docbook
M  +2    -2    doc/katepart/fundamentals.docbook
M  +7    -15   doc/katepart/part.docbook

https://invent.kde.org/utilities/kate/commit/e3e118f74fa91c550d2ff48566c05c5ec39eebaa

diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook
index 5add7220b..c4d6de454 100644
--- a/doc/katepart/configuring.docbook
+++ b/doc/katepart/configuring.docbook
@@ -522,7 +522,7 @@ of only removing the base character. This is useful for Indic locales.</para></l
 <varlistentry id="multicursor-modifier-configure">
 <term><guilabel>Multicursor modifier</guilabel></term>
 <listitem>
-<para>This option lets you set the modifier that will be used to create multiple cursors with &LMB; click. You need to press the modifiers and click &LMB; to create a cursor at the desired location. See <link linkend="kate-part-create-multiple-cursors">Creating multiple cursors</link> to discover other ways to create mulitple cursors.</para>
+<para>This option lets you set the modifier that will be used to create multiple cursors with &LMB; click. You need to press the modifiers and click &LMB; to create a cursor at the desired location. See <link linkend="kate-part-create-multiple-cursors">Creating multiple cursors</link> to discover other ways to create multiple cursors.</para>
 </listitem>
 </varlistentry>
 
@@ -904,7 +904,7 @@ Check this if you want the editor to autosave documents while you are working on
 <varlistentry>
 <term><guilabel>Auto save document when focus leaves the editor</guilabel></term>
 <listitem>
-<para>The editor will automatically save documents when you switch to something outside the editor for e.g., the terminal panel in Kate.</para>
+<para>The editor will automatically save documents when you switch to something outside the editor, ⪚, the terminal panel in &kate;.</para>
 </listitem>
 </varlistentry>
 
diff --git a/doc/katepart/fundamentals.docbook b/doc/katepart/fundamentals.docbook
index e910dc71e..3155796fd 100644
--- a/doc/katepart/fundamentals.docbook
+++ b/doc/katepart/fundamentals.docbook
@@ -454,11 +454,11 @@ action="simul">&Ctrl;&Space;</keycombo></para></entry>
 </row>
 <row>
 <entry><para><keycombo action="simul">&Alt;<keycap>J</keycap></keycombo></para></entry>
-<entry><para>Find next occurence of the word under cursor and select it.</para></entry>
+<entry><para>Find next occurrence of the word under cursor and select it.</para></entry>
 </row>
 <row>
 <entry><para><keycombo action="simul">&Ctrl;&Alt;&Shift;<keycap>J</keycap></keycombo></para></entry>
-<entry><para>Find all occurences of the word under cursor and select it.</para></entry>
+<entry><para>Find all occurrences of the word under cursor and select them.</para></entry>
 </row>
 
 </tbody>
diff --git a/doc/katepart/part.docbook b/doc/katepart/part.docbook
index ea864a62a..248591826 100644
--- a/doc/katepart/part.docbook
+++ b/doc/katepart/part.docbook
@@ -652,33 +652,25 @@ or permanently in <link linkend="appearance-borders">the Appearance section of
 
 <sect1 id="kate-part-multiple-cursors">
 <title>Multiple cursors</title>
-Multiple cursor support was introduced with version 5.93 of katepart.
 
-<!-- <sect3 id="kate-part-create-multiple-cursors"> -->
-<sect3 id="kate-part-create-multiple-cursors">
+<para>Multiple cursor support was introduced with version 5.93 of katepart.</para>
+
+<sect2 id="kate-part-create-multiple-cursors">
 <title>Creating multiple cursors</title>
 
-<varlistentry>
+<itemizedlist>
 <listitem><para>To create them via mouse, use &Alt; + &LMB;. The modifier is configurable, see <link linkend="multicursor-modifier-configure">Configure multicursor modifier</link></para></listitem>
-</varlistentry>
 
-<varlistentry>
-<listitem><para>To create via keyboard, press <keycombo action="simul">&Ctrl;&Alt;&Up;</keycombo> to create cursor above primary cursor and <keycombo action="simul">&Ctrl;&Alt;&Down;</keycombo> to create cursor below. These shortucts are also configurable</para></listitem>
-</varlistentry>
+<listitem><para>To create via keyboard, press <keycombo action="simul">&Ctrl;&Alt;&Up;</keycombo> to create cursor above primary cursor and <keycombo action="simul">&Ctrl;&Alt;&Down;</keycombo> to create cursor below. These shortcuts are also configurable</para></listitem>
 
-<varlistentry>
 <listitem><para>To create cursors out of a selection, first select some text and then press <keycombo action="simul">&Shift;&Alt;<keycap>I</keycap></keycombo>. This will create a cursor at the end of each line in selection.</para></listitem>
-</varlistentry>
 
-<varlistentry>
 <listitem><para>Use <keycombo action="simul">&Alt;<keycap>J</keycap></keycombo> to find the next occurrence of the word under cursor and select it + create a cursor.</para></listitem>
-</varlistentry>
 
-<varlistentry>
 <listitem><para>Use <keycombo action="simul">&Ctrl;&Alt;&Shift;<keycap>J</keycap></keycombo> to find all occurrences of the word under cursor and select them with a cursor at the end of each selection.</para></listitem>
-</varlistentry>
+</itemizedlist>
 
-</sect3>
+</sect2>
 
 </sect1>
 


More information about the kde-doc-english mailing list