Git commit cbaf0f5ad1df90a4452f6002a58d07c818613270 by Christoph Cullmann, on behalf of Daniel Aleksandersen. Committed on 11/03/2022 at 18:02. Pushed by cullmann into branch 'master'.
Update Kate swap file path M +3 -3 doc/katepart/configuring.docbook https://invent.kde.org/utilities/kate/commit/cbaf0f5ad1df90a4452f6002a58d07c818613270 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 371e11cb0..9bbb4e353 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -930,9 +930,9 @@ saving.</para> <varlistentry> <term><guilabel>Swap file mode</guilabel></term> <listitem> -<para>&kappname; is able to recover (most of) what was written after last save in case -of a crash or power failure. A swap file (.swp.<filename>) is created -after the first editing action on a document. If the user doesn’t save the +<para>&kappname; is able to recover (most) unsaved work in the case of a +crash or power failure. A swap file (.<filename>.kate-swp) is created +when a document is edited. If the user doesn’t save the changes and &kappname; crashes, the swap file remains on the disk. When opening a file, &kappname; checks if there is a swap file for the document and if it is, it asks the user whether he wants to recover the lost data or not. The user has the
