diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /doc/lispref/frames.texi | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ca7d9ada0ba..2eeb8b7ed74 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -3154,10 +3154,8 @@ raises @var{frame} above all other child frames of its parent. | |||
| 3154 | @deffn Command lower-frame &optional frame | 3154 | @deffn Command lower-frame &optional frame |
| 3155 | This function lowers frame @var{frame} (default, the selected frame) | 3155 | This function lowers frame @var{frame} (default, the selected frame) |
| 3156 | below all other frames belonging to the same or a higher z-group as | 3156 | below all other frames belonging to the same or a higher z-group as |
| 3157 | @var{frame}.@footnote{Lowering frames is not supported on Haiku, due | 3157 | @var{frame}. If @var{frame} is a child frame (@pxref{Child Frames}), |
| 3158 | to limitations imposed by the system.} If @var{frame} is a child | 3158 | this lowers @var{frame} below all other child frames of its parent. |
| 3159 | frame (@pxref{Child Frames}), this lowers @var{frame} below all other | ||
| 3160 | child frames of its parent. | ||
| 3161 | @end deffn | 3159 | @end deffn |
| 3162 | 3160 | ||
| 3163 | @defun frame-restack frame1 frame2 &optional above | 3161 | @defun frame-restack frame1 frame2 &optional above |