aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-29 08:24:41 +0000
committerRichard M. Stallman2005-05-29 08:24:41 +0000
commitbebcc4b15f19eece27de86b553ffc29f2953a48e (patch)
treec5c9a04fa38aad6d5f5f16d0c0f78bda84366216 /lispref/frames.texi
parentd85d15c8ee97f2159bcd0eb2cfa35bbe61a290ad (diff)
downloademacs-bebcc4b15f19eece27de86b553ffc29f2953a48e.tar.gz
emacs-bebcc4b15f19eece27de86b553ffc29f2953a48e.zip
(Window Frame Parameters): Document user-size.
Shorten entry for top by referring to left.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi21
1 files changed, 7 insertions, 14 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 77694c87130..ffcc16f6289 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -362,20 +362,8 @@ non-@code{nil} value for the @code{user-position} parameter as well.
362 362
363@item top 363@item top
364The screen position of the top edge, in pixels, with respect to the 364The screen position of the top edge, in pixels, with respect to the
365top edge of the screen. The value may be a positive number @var{pos}, 365top edge of the screen. It works just like @code{left}, except vertically
366or a list of the form @code{(+ @var{pos})} which permits specifying a 366instead of horizontally.
367negative @var{pos} value.
368
369A negative number @minus{}@var{pos}, or a list of the form @code{(-
370@var{pos})}, actually specifies the position of the bottom edge of the
371window with respect to the bottom edge of the screen. A positive value
372of @var{pos} counts toward the top. @strong{Reminder:} if the
373parameter is a negative integer @minus{}@var{pos}, then @var{pos} is
374positive.
375
376Some window managers ignore program-specified positions. If you want to
377be sure the position you specify is not ignored, specify a
378non-@code{nil} value for the @code{user-position} parameter as well.
379 367
380@item icon-left 368@item icon-left
381The screen position of the left edge @emph{of the frame's icon}, in 369The screen position of the left edge @emph{of the frame's icon}, in
@@ -418,6 +406,11 @@ pixels, call @code{frame-pixel-height}; see @ref{Size and Position}.)
418The width of the frame contents, in characters. (To get the height in 406The width of the frame contents, in characters. (To get the height in
419pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) 407pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.)
420 408
409@item user-size
410This does for the size parameters @code{height} and @code{width} what
411the @code{user-position} parameter (see above) does for the position
412parameters @code{top} and @code{left}.
413
421@item fullscreen 414@item fullscreen
422Specify that width, height or both shall be set to the size of the screen. 415Specify that width, height or both shall be set to the size of the screen.
423The value @code{fullwidth} specifies that width shall be the size of the 416The value @code{fullwidth} specifies that width shall be the size of the