summaryrefslogtreecommitdiff
path: root/devdocs/elisp/frame-configuration-type.html
blob: bf74d4080048e3d448c7d86ad14c7b426dd9e73b (plain)
1
2
3
4
5
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>