aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorGlenn Morris2017-12-22 13:45:46 -0500
committerGlenn Morris2017-12-22 13:45:46 -0500
commit7ffb7b1e013284bfccf262778a91198331f1eb2b (patch)
treee10d02db04cbf99c8416a611801bb973a78776f5 /doc/lispref/frames.texi
parent34fcfc5c049bb99d68945bb24fb9d6a0789a33dd (diff)
downloademacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.tar.gz
emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.zip
; lispref nil/t markup fixes
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi6
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
1570If this is @code{above}, the frame's window-system window is displayed 1570If this is @code{above}, the frame's window-system window is displayed
1571above all other window-system windows that do not have the @code{above} 1571above all other window-system windows that do not have the @code{above}
1572property set. If this is nil, the frame's window is displayed below all 1572property set. If this is @code{nil}, the frame's window is displayed below all
1573windows that have the @code{above} property set and above all windows 1573windows that have the @code{above} property set and above all windows
1574that have the @code{below} property set. If this is @code{below}, the 1574that have the @code{below} property set. If this is @code{below}, the
1575frame's window is displayed below all windows that do not have the 1575frame'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
1899If non-@code{nil}, this means that this frame is a child frame 1899If 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.
1901If nil, this means that this frame is a normal, top-level frame. 1901If @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.
2120If non-@code{nil}, this frame's window-system window is drawn without 2120If non-@code{nil}, this frame's window-system window is drawn without
2121decorations, like the title, minimize/maximize boxes and external 2121decorations, like the title, minimize/maximize boxes and external
2122borders. This usually means that the window cannot be dragged, resized, 2122borders. This usually means that the window cannot be dragged, resized,
2123iconified, maximized or deleted with the mouse. If nil, the frame's 2123iconified, maximized or deleted with the mouse. If @code{nil}, the frame's
2124window is usually drawn with all the elements listed above unless their 2124window is usually drawn with all the elements listed above unless their
2125display has been suspended via window manager settings. 2125display has been suspended via window manager settings.
2126 2126