diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-19 23:25:48 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-19 23:25:48 +0100 |
| commit | 2592ef74ab2eba57c32fe21993ce01e9698b106f (patch) | |
| tree | b733680e79aab862c0ba748bb91016a752c8773a /src/view.c | |
| parent | 714875f3c0c22ed01a8e777755b281c97f2b52b8 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
