summaryrefslogtreecommitdiff
path: root/devdocs/elisp/frame-configuration-type.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/frame-configuration-type.html')
-rw-r--r--devdocs/elisp/frame-configuration-type.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/frame-configuration-type.html b/devdocs/elisp/frame-configuration-type.html
new file mode 100644
index 00000000..bf74d408
--- /dev/null
+++ b/devdocs/elisp/frame-configuration-type.html
@@ -0,0 +1,6 @@
+ <h4 class="subsection">Frame Configuration Type</h4> <p>A <em>frame configuration</em> stores information about the positions, sizes, and contents of the windows in all frames. It is not a primitive type—it is actually a list whose <small>CAR</small> is <code>frame-configuration</code> and whose <small>CDR</small> is an alist. Each alist element describes one frame, which appears as the <small>CAR</small> of that element. </p> <p>See <a href="frame-configurations">Frame Configurations</a>, for a description of several functions related to frame configurations. </p><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-Configuration-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Configuration-Type.html</a>
+ </p>
+</div>