diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/frame-configurations.html | |
new repository
Diffstat (limited to 'devdocs/elisp/frame-configurations.html')
| -rw-r--r-- | devdocs/elisp/frame-configurations.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/elisp/frame-configurations.html b/devdocs/elisp/frame-configurations.html new file mode 100644 index 00000000..57d7ddff --- /dev/null +++ b/devdocs/elisp/frame-configurations.html @@ -0,0 +1,12 @@ + <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 &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 © 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> |
