mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Fix recently-installed documentation changes
* doc/lispref/windows.texi (Deleting Windows): * doc/lispref/frames.texi (Frame Size, Child Frame Properties): Fix typo and cross-references.
This commit is contained in:
parent
6f71867f27
commit
2dca4a8854
|
|
@ -1320,7 +1320,7 @@ This function sets the new size and position of a frame, similarly to
|
|||
@code{set-frame-size-and-position}, but in pixel units. The optional
|
||||
argument @var{gravity} specifies the new @dfn{gravity} of @var{frame}
|
||||
and must be a value between 0 and 10; it defaults to 1. Gravity is
|
||||
window-system dependent and conceptually determine which corner of a
|
||||
window-system dependent and conceptually determines which corner of a
|
||||
frame retains its position relative to that of its parent frame when the
|
||||
size of that frame or its parent changes. (Top-level frames have no
|
||||
parent frame, the window-system root window will be considered their
|
||||
|
|
@ -3996,7 +3996,7 @@ prevent such a situation, it is advisable to set the frame's
|
|||
Dragging Parameters}).
|
||||
|
||||
Set the @code{top-visible} parameter of a child frame to a number when
|
||||
you intend to allow the user dragging that frame by its header or tab
|
||||
you intend to allow dragging that frame by its header or tab
|
||||
line. Setting @code{top-visible} to a number inhibits dragging the top
|
||||
edge of the child frame above the top edge of its parent. Set the
|
||||
@code{bottom-visible} parameter to a number when you intend to drag that
|
||||
|
|
|
|||
|
|
@ -1638,12 +1638,12 @@ frame.
|
|||
|
||||
@item @code{pos}
|
||||
means to choose the window comprising the position of
|
||||
(@code{window-point}, @ref{Window Point}) of the previously selected
|
||||
@code{window-point} (@pxref{Window Point}) of the previously selected
|
||||
window on that frame.
|
||||
|
||||
@item @code{nil}
|
||||
means to choose the first window (the window returned by
|
||||
@code{frame-first-window}, @ref{Windows and Frames}) on that frame.
|
||||
@code{frame-first-window}, @pxref{Windows and Frames}) on that frame.
|
||||
@end itemize
|
||||
|
||||
A window for which @code{window-no-other-p} (@pxref{Cyclic Window
|
||||
|
|
|
|||
Loading…
Reference in a new issue