diff options
| author | Eli Zaretskii | 2020-07-04 10:19:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-07-04 10:19:56 +0300 |
| commit | d453cee1773a27d9d30fac18de0f32e5a08d3294 (patch) | |
| tree | d107a2b34406b7ca671f6c88e5d9db0ad3cccdf3 | |
| parent | 3c778c443c0138ef76fa48c4798ac03bd30314a5 (diff) | |
| download | emacs-d453cee1773a27d9d30fac18de0f32e5a08d3294.tar.gz emacs-d453cee1773a27d9d30fac18de0f32e5a08d3294.zip | |
Minor improvement in ELisp manual
* doc/lispref/frames.texi (Position Parameters): Clarify the
description of the 'above' frame parameter. (Bug#42154)
| -rw-r--r-- | doc/lispref/frames.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 7b37472f133..ae61b269520 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1599,12 +1599,13 @@ parameters represent the user's stated preference; otherwise, use | |||
| 1599 | This parameter specifies a relative position of the frame's | 1599 | This parameter specifies a relative position of the frame's |
| 1600 | window-system window in the stacking (Z-) order of the frame's display. | 1600 | window-system window in the stacking (Z-) order of the frame's display. |
| 1601 | 1601 | ||
| 1602 | If this is @code{above}, the frame's window-system window is displayed | 1602 | If this is @code{above}, the window-system will display the window |
| 1603 | above all other window-system windows that do not have the @code{above} | 1603 | that corresponds to the frame above all other window-system windows |
| 1604 | property set. If this is @code{nil}, the frame's window is displayed below all | 1604 | that do not have the @code{above} property set. If this is |
| 1605 | windows that have the @code{above} property set and above all windows | 1605 | @code{nil}, the frame's window is displayed below all windows that |
| 1606 | that have the @code{below} property set. If this is @code{below}, the | 1606 | have the @code{above} property set and above all windows that have the |
| 1607 | frame's window is displayed below all windows that do not have the | 1607 | @code{below} property set. If this is @code{below}, the frame's |
| 1608 | window is displayed below all windows that do not have the | ||
| 1608 | @code{below} property set. | 1609 | @code{below} property set. |
| 1609 | 1610 | ||
| 1610 | To position the frame above or below a specific other frame use the | 1611 | To position the frame above or below a specific other frame use the |