summaryrefslogtreecommitdiff
path: root/devdocs/elisp/getting-out.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/getting-out.html
new repository
Diffstat (limited to 'devdocs/elisp/getting-out.html')
-rw-r--r--devdocs/elisp/getting-out.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/devdocs/elisp/getting-out.html b/devdocs/elisp/getting-out.html
new file mode 100644
index 00000000..87a9c68a
--- /dev/null
+++ b/devdocs/elisp/getting-out.html
@@ -0,0 +1,16 @@
+ <h3 class="section">Getting Out of Emacs</h3> <p>There are two ways to get out of Emacs: you can kill the Emacs job, which exits permanently, or you can suspend it, which permits you to reenter the Emacs process later. (In a graphical environment, you can of course simply switch to another application without doing anything special to Emacs, then switch back to Emacs when you want.) </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="killing-emacs" accesskey="1">Killing Emacs</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Exiting Emacs irreversibly. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="suspending-emacs" accesskey="2">Suspending Emacs</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Exiting Emacs reversibly. </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/Getting-Out.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Getting-Out.html</a>
+ </p>
+</div>