From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/files-and-storage.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/elisp/files-and-storage.html (limited to 'devdocs/elisp/files-and-storage.html') diff --git a/devdocs/elisp/files-and-storage.html b/devdocs/elisp/files-and-storage.html deleted file mode 100644 index a5064be8..00000000 --- a/devdocs/elisp/files-and-storage.html +++ /dev/null @@ -1,6 +0,0 @@ -

Files and Secondary Storage

After Emacs changes a file, there are two reasons the changes might not survive later failures of power or media, both having to do with efficiency. First, the operating system might alias written data with data already stored elsewhere on secondary storage until one file or the other is later modified; this will lose both files if the only copy on secondary storage is lost due to media failure. Second, the operating system might not write data to secondary storage immediately, which will lose the data if power is lost.

Although both sorts of failures can largely be avoided by a suitably configured file system, such systems are typically more expensive or less efficient. In more-typical systems, to survive media failure you can copy the file to a different device, and to survive a power failure you can use the write-region function with the write-region-inhibit-fsync variable set to nil. See Writing to Files.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Files-and-Storage.html -

-
-- cgit v1.2.3