diff options
| author | Eli Zaretskii | 2024-03-21 21:35:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-21 21:35:24 +0200 |
| commit | afb7a23e7b914b4c3b72172ae86a5f7e63f2cfde (patch) | |
| tree | aacf28cf347d42930465fe17eeb414cb7693c6a1 | |
| parent | 51848e4731f3e32e5d152990bf570b08ca544a92 (diff) | |
| download | emacs-afb7a23e7b914b4c3b72172ae86a5f7e63f2cfde.tar.gz emacs-afb7a23e7b914b4c3b72172ae86a5f7e63f2cfde.zip | |
; Improve documentation of 'backup-by-copying'
* doc/emacs/files.texi (Backup Copying): Recommend
'backup-by-copying' for files on file-hosting services. (Bug#69930)
| -rw-r--r-- | doc/emacs/files.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 971483a6e4c..d074a55b762 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -779,6 +779,12 @@ operations typically break hard links, disconnecting the file name you | |||
| 779 | visited from any alternate names for the same file. This has nothing | 779 | visited from any alternate names for the same file. This has nothing |
| 780 | to do with Emacs---the version control system does it. | 780 | to do with Emacs---the version control system does it. |
| 781 | 781 | ||
| 782 | Some file storage services support @dfn{file versioning}: they | ||
| 783 | record history of previous versions of files, and allow reverting to | ||
| 784 | those previous versions. If you want to be able to do that with files | ||
| 785 | hosted by those services when editing them with Emacs, customize | ||
| 786 | @code{backup-by-copying} to a non-@code{nil} value. | ||
| 787 | |||
| 782 | @node Customize Save | 788 | @node Customize Save |
| 783 | @subsection Customizing Saving of Files | 789 | @subsection Customizing Saving of Files |
| 784 | 790 | ||