summaryrefslogtreecommitdiff
path: root/devdocs/elisp/backups-and-auto_002dsaving.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/backups-and-auto_002dsaving.html
new repository
Diffstat (limited to 'devdocs/elisp/backups-and-auto_002dsaving.html')
-rw-r--r--devdocs/elisp/backups-and-auto_002dsaving.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/devdocs/elisp/backups-and-auto_002dsaving.html b/devdocs/elisp/backups-and-auto_002dsaving.html
new file mode 100644
index 00000000..990d9fe8
--- /dev/null
+++ b/devdocs/elisp/backups-and-auto_002dsaving.html
@@ -0,0 +1,22 @@
+ <h2 class="chapter">Backups and Auto-Saving</h2> <p>Backup files and auto-save files are two methods by which Emacs tries to protect the user from the consequences of crashes or of the user’s own errors. Auto-saving preserves the text from earlier in the current editing session; backup files preserve file contents prior to the current session. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="backup-files" accesskey="1">Backup Files</a>
+</td>
+<td> </td>
+<td align="left" valign="top">How backup files are made; how their names are chosen. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="auto_002dsaving" accesskey="2">Auto-Saving</a>
+</td>
+<td> </td>
+<td align="left" valign="top">How auto-save files are made; how their names are chosen. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="reverting" accesskey="3">Reverting</a>
+</td>
+<td> </td>
+<td align="left" valign="top">
+<code>revert-buffer</code>, and how to customize what it does. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Backups-and-Auto_002dSaving.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Backups-and-Auto_002dSaving.html</a>
+ </p>
+</div>