[utilities/kate] doc/katepart: Revert "Add docs for the option to keep spaces to the left of cursor when saving"
Christoph Cullmann
null at kde.org
Mon May 24 19:10:55 BST 2021
Git commit bfc6343b1b53bfbcdd0e43afd030255a8e7aac94 by Christoph Cullmann.
Committed on 24/05/2021 at 18:10.
Pushed by cullmann into branch 'master'.
Revert "Add docs for the option to keep spaces to the left of cursor when saving"
This reverts commit 375c8cd97cbf450017ce00641012db40490f545a.
=> revert the mentioning of the cursor mode for remove trailing spaces
removed again from KTextEditor
M +2 -5 doc/katepart/configuring.docbook
https://invent.kde.org/utilities/kate/commit/bfc6343b1b53bfbcdd0e43afd030255a8e7aac94
diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook
index 7db950699..3e18c9254 100644
--- a/doc/katepart/configuring.docbook
+++ b/doc/katepart/configuring.docbook
@@ -775,11 +775,9 @@ specified here. To disable this, set this to <userinput>0</userinput>.</para>
<para>The editor will automatically eliminate extra spaces at the ends of lines
of text while saving the file. You can select <guilabel>Never</guilabel> to
disable this functionality, <guilabel>On Modified Lines</guilabel> to do so
-only on lines that you have modified since you last saved the document,
+only on lines that you have modified since you last saved the document, or
<guilabel>In Entire Document</guilabel> to remove them unconditionally from the
-entire document, or <guilabel>Except To The Left of Cursor Position</guilabel>
-to remove spaces everywhere, except to the left of the current cursor
-position.</para>
+entire document.</para>
</listitem>
</varlistentry>
@@ -1220,7 +1218,6 @@ 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 all trailing spaces except those to the left of the current cursor position.</para></listitem>
</itemizedlist>
</listitem>
</varlistentry>
More information about the kde-doc-english
mailing list