From 2592ef74ab2eba57c32fe21993ce01e9698b106f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 19 Dec 2025 23:25:48 +0100 Subject: fixup: renamed "backups" to "recovery files" * 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. --- src/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view.c') 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 */ -- cgit v1.2.3