summaryrefslogtreecommitdiff
path: root/devdocs/elisp/frame-configurations.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/frame-configurations.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/frame-configurations.html')
-rw-r--r--devdocs/elisp/frame-configurations.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/devdocs/elisp/frame-configurations.html b/devdocs/elisp/frame-configurations.html
deleted file mode 100644
index 57d7ddff..00000000
--- a/devdocs/elisp/frame-configurations.html
+++ /dev/null
@@ -1,12 +0,0 @@
- <h3 class="section">Frame Configurations</h3> <p>A <em>frame configuration</em> records the current arrangement of frames, all their properties, and the window configuration of each one. (See <a href="window-configurations">Window Configurations</a>.) </p> <dl> <dt id="current-frame-configuration">Function: <strong>current-frame-configuration</strong>
-</dt> <dd><p>This function returns a frame configuration list that describes the current arrangement of frames and their contents. </p></dd>
-</dl> <dl> <dt id="set-frame-configuration">Function: <strong>set-frame-configuration</strong> <em>configuration &amp;optional nodelete</em>
-</dt> <dd>
-<p>This function restores the state of frames described in <var>configuration</var>. However, this function does not restore deleted frames. </p> <p>Ordinarily, this function deletes all existing frames not listed in <var>configuration</var>. But if <var>nodelete</var> is non-<code>nil</code>, the unwanted frames are iconified instead. </p>
-</dd>
-</dl><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/Frame-Configurations.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Configurations.html</a>
- </p>
-</div>