1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(Geometry): New node, split from Size and Position.

(Frame Parameters): Refer to Geometry.
(Layout Parameters): Fix typo.
This commit is contained in:
Richard M. Stallman 2005-08-09 23:54:01 +00:00
parent 67ec7f41d0
commit 76d47f0dda
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-08-09 Richard M. Stallman <rms@gnu.org>
* frames.texi (Geometry): New node, split from Size and Position.
(Frame Parameters): Refer to Geometry.
* buffers.texi (The Buffer List): Fix xrefs.
* windows.texi (Splitting Windows): Fix xref.

View File

@ -205,6 +205,7 @@ parameters @code{foreground-color}, @code{background-color},
* Initial Parameters:: Specifying frame parameters when you make a frame.
* Window Frame Parameters:: List of frame parameters for window systems.
* Size and Position:: Changing the size and position of a frame.
* Geometry:: Parsing geometry specifications.
@end menu
@node Parameter Access
@ -515,7 +516,7 @@ it treats larger values as 1.)
@item line-spacing
Additional space to leave below each text line, in pixels (a positive
integer). @cref{Line Height}, for more information.
integer). @xref{Line Height}, for more information.
@end table
@node Buffer Parameters
@ -825,6 +826,12 @@ The argument @var{pretend} has the same meaning as in
screen, in Emacs versions that did not support multiple frames. They
are semi-obsolete, but still work; they apply to the selected frame.
@node Geometry
@subsection Geometry
Here's how to examine the data in an X-style window geometry
specification:
@defun x-parse-geometry geom
@cindex geometry specification
The function @code{x-parse-geometry} converts a standard X window