emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 16ed9fa: ; * doc/lispref/frames.texi (Child Frames): Improve wo


From: Eli Zaretskii
Subject: emacs-28 16ed9fa: ; * doc/lispref/frames.texi (Child Frames): Improve wording.
Date: Sun, 19 Dec 2021 12:28:21 -0500 (EST)

branch: emacs-28
commit 16ed9fad2c86565493cedfabee8df0cf1e8b5cd3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/frames.texi (Child Frames): Improve wording.
---
 doc/lispref/frames.texi | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 756f274..3aab940 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -3343,20 +3343,22 @@ are handy (@pxref{Window Parameters}).  These allow to 
remove an
 unwanted mode line (when @code{drag-with-header-line} is chosen) and to
 remove mouse-sensitive areas which might interfere with frame dragging.
 
-  When the mouse cursor overshoots, it's easy to drag a frame out of the
-screen area of its parent.  Retrieving such a frame can be hairy once
-the mouse button has been released.  To prevent such a situation, it is
-advisable to set the frame's @code{top-visible} or @code{bottom-visible}
-parameter (@pxref{Mouse Dragging Parameters}).
-
-  Set the @code{top-visible} parameter of a child frame to a number when
-you intend to drag that frame via its header line.  This 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 frame via its mode line.  This inhibits dragging the
-bottom edge of the child frame beneath the bottom edge of its parent.
-In either case, that number also specifies width and height (in pixels)
-of the area of the child frame that remains visible during dragging.
+  When the user drags a frame with a mouse and overshoots, it's easy
+to drag a frame out of the screen area of its parent.  Retrieving such
+a frame can be hairy once the mouse button has been released.  To
+prevent such a situation, it is advisable to set the frame's
+@code{top-visible} or @code{bottom-visible} parameter (@pxref{Mouse
+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
+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 frame via its mode line; this inhibits dragging the bottom edge
+of the child frame beneath the bottom edge of its parent.  In either
+case, that number also specifies width and height (in pixels) of the
+area of the child frame that remains visible during dragging.
 
   When a child frame is used for displaying a buffer via
 @code{display-buffer-in-child-frame} (@pxref{Buffer Display Action



reply via email to

[Prev in Thread] Current Thread [Next in Thread]