Git commit a6d01cfce9d2cb76e8b5435e71b09fee139317ca by Yuri Chornoivan. Committed on 10/03/2021 at 07:39. Pushed by yurchor into branch 'master'.
Fix my typos M +1 -1 doc/katepart/configuring.docbook https://invent.kde.org/utilities/kate/commit/a6d01cfce9d2cb76e8b5435e71b09fee139317ca diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 055250f49..7db950699 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -1220,7 +1220,7 @@ on or off.</para></listitem> <listitem><para><userinput>modified</userinput>, <userinput>mod</userinput>, <userinput>+</userinput> or <userinput>1</userinput>: remove trailing spaces only in modified lines. The modified lines are marked by the line modification system.</para></listitem> <listitem><para><userinput>all</userinput>, <userinput>*</userinput> or <userinput>2</userinput>: remove trailing spaces in the entire document.</para></listitem> -<listitem><para><userinput>cursor</userinput>, <userinput>cur</userinput> or <userinput>3</userinput>: remove trailing spaces trailing spaces except those to the left of the current cursor position.</para></listitem> +<listitem><para><userinput>cursor</userinput>, <userinput>cur</userinput> or <userinput>3</userinput>: remove all trailing spaces except those to the left of the current cursor position.</para></listitem> </itemizedlist> </listitem> </varlistentry>
