diff options
| author | Glenn Morris | 2017-12-22 13:45:46 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-12-22 13:45:46 -0500 |
| commit | 7ffb7b1e013284bfccf262778a91198331f1eb2b (patch) | |
| tree | e10d02db04cbf99c8416a611801bb973a78776f5 /doc/lispref/frames.texi | |
| parent | 34fcfc5c049bb99d68945bb24fb9d6a0789a33dd (diff) | |
| download | emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.tar.gz emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.zip | |
; lispref nil/t markup fixes
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ec75361ace3..edddbddfbf3 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1569,7 +1569,7 @@ window-system window in the stacking (Z-) order of the frame's display. | |||
| 1569 | 1569 | ||
| 1570 | If this is @code{above}, the frame's window-system window is displayed | 1570 | If this is @code{above}, the frame's window-system window is displayed |
| 1571 | above all other window-system windows that do not have the @code{above} | 1571 | above all other window-system windows that do not have the @code{above} |
| 1572 | property set. If this is nil, the frame's window is displayed below all | 1572 | property set. If this is @code{nil}, the frame's window is displayed below all |
| 1573 | windows that have the @code{above} property set and above all windows | 1573 | windows that have the @code{above} property set and above all windows |
| 1574 | that have the @code{below} property set. If this is @code{below}, the | 1574 | that have the @code{below} property set. If this is @code{below}, the |
| 1575 | frame's window is displayed below all windows that do not have the | 1575 | frame's window is displayed below all windows that do not have the |
| @@ -1898,7 +1898,7 @@ These parameters supply forms of interactions between different frames. | |||
| 1898 | @item parent-frame | 1898 | @item parent-frame |
| 1899 | If non-@code{nil}, this means that this frame is a child frame | 1899 | If non-@code{nil}, this means that this frame is a child frame |
| 1900 | (@pxref{Child Frames}), and this parameter specifies its parent frame. | 1900 | (@pxref{Child Frames}), and this parameter specifies its parent frame. |
| 1901 | If nil, this means that this frame is a normal, top-level frame. | 1901 | If @code{nil}, this means that this frame is a normal, top-level frame. |
| 1902 | 1902 | ||
| 1903 | @vindex delete-before, a frame parameter | 1903 | @vindex delete-before, a frame parameter |
| 1904 | @item delete-before | 1904 | @item delete-before |
| @@ -2120,7 +2120,7 @@ this parameter. | |||
| 2120 | If non-@code{nil}, this frame's window-system window is drawn without | 2120 | If non-@code{nil}, this frame's window-system window is drawn without |
| 2121 | decorations, like the title, minimize/maximize boxes and external | 2121 | decorations, like the title, minimize/maximize boxes and external |
| 2122 | borders. This usually means that the window cannot be dragged, resized, | 2122 | borders. This usually means that the window cannot be dragged, resized, |
| 2123 | iconified, maximized or deleted with the mouse. If nil, the frame's | 2123 | iconified, maximized or deleted with the mouse. If @code{nil}, the frame's |
| 2124 | window is usually drawn with all the elements listed above unless their | 2124 | window is usually drawn with all the elements listed above unless their |
| 2125 | display has been suspended via window manager settings. | 2125 | display has been suspended via window manager settings. |
| 2126 | 2126 | ||