emacs-31 2dca4a88544: ; Fix recently-installed documentation changes
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 2dca4a885449e48c53ae814a377a7b1941f263ad Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; 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. --- doc/lispref/frames.texi | 4 ++-- doc/lispref/windows.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ee4e5c4786b..242b4c8a455 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -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 diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index a37ea5a3e0d..b2aeb1050e9 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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