Mercurial > hg > xemacs-beta
comparison man/lispref/windows.texi @ 625:33f0f28b945c
[xemacs-hg @ 2001-07-02 20:45:03 by adrian]
[PATCH] Typo fixes for man <8zi7hxlo.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Mon, 02 Jul 2001 20:45:08 +0000 |
parents | 576fb035e263 |
children | 7fa4bc78a35d |
comparison
equal
deleted
inserted
replaced
624:59c2a61efa7d | 625:33f0f28b945c |
---|---|
1848 If you want to record all frames instead of just one, use a frame | 1848 If you want to record all frames instead of just one, use a frame |
1849 configuration instead of a window configuration. @xref{Frame | 1849 configuration instead of a window configuration. @xref{Frame |
1850 Configurations}. | 1850 Configurations}. |
1851 | 1851 |
1852 @defun current-window-configuration &optional frame | 1852 @defun current-window-configuration &optional frame |
1853 This function returns a new object representing the current current | 1853 This function returns a new object representing the current window |
1854 window configuration of @var{frame}, namely the number of windows, their | 1854 configuration of @var{frame}, namely the number of windows, their sizes |
1855 sizes and current buffers, which window is the selected window, and for | 1855 and current buffers, which window is the selected window, and for each |
1856 each window the displayed buffer, the display-start position, and the | 1856 window the displayed buffer, the display-start position, and the |
1857 positions of point and the mark. An exception is made for point in the | 1857 positions of point and the mark. An exception is made for point in the |
1858 current buffer, whose value is not saved. | 1858 current buffer, whose value is not saved. |
1859 | 1859 |
1860 @var{frame} defaults to the selected frame. | 1860 @var{frame} defaults to the selected frame. |
1861 @end defun | 1861 @end defun |