aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/view.c
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-19 23:25:48 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-19 23:25:48 +0100
commit2592ef74ab2eba57c32fe21993ce01e9698b106f (patch)
treeb733680e79aab862c0ba748bb91016a752c8773a /src/view.c
parent714875f3c0c22ed01a8e777755b281c97f2b52b8 (diff)
fixup: renamed "backups" to "recovery files"HEADmaster-fmsbw-cimaster
* Other editors call "backup files" previous copies of saved files. This role would be served by savepoint files in SciTECO. * Likewise filename~ would point to such a backup file. It therefore makes sense that savepoint files also end in tildes (.teco-n-filename~). * Security copies of modified buffers would be called "auto-saves" (Emacs) or "swap files" (Vim). Both of these terms is IMHO misleading, so SciTECO now uses the term "recovery file". * "Recovery files" are now named #filename# just like in Emacs.
Diffstat (limited to 'src/view.c')
-rw-r--r--src/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view.c b/src/view.c
index d5b5d14..c41a4d4 100644
--- a/src/view.c
+++ b/src/view.c
@@ -511,7 +511,7 @@ teco_undo_remove_file_push(const gchar *filename)
/**
* Save the view's document to the given IO channel.
*
- * @note This must not emit undo tokens as it is also used by teco_ring_backup().
+ * @note This must not emit undo tokens as it is also used by teco_ring_dump_recovery().
*
* @memberof teco_view_t
*/