aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/frames.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 9511319c1bd..edcff7ea6fa 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -257,8 +257,10 @@ Whether the frame has scroll bars for horizontal scrolling
257implemented.) 257implemented.)
258 258
259@item icon-type 259@item icon-type
260The type of icon to use for this frame when it is iconified. 260The type of icon to use for this frame when it is iconified. If the
261Non-@code{nil} specifies a bitmap icon, @code{nil} a text icon. 261value is a string, that specifies a file containing a bitmap to use.
262Any other non-@code{nil} value specifies the default bitmap icon (a
263picture of a gnu); @code{nil} specifies a text icon.
262 264
263@item foreground-color 265@item foreground-color
264The color to use for the image of a character. This is a string; the X 266The color to use for the image of a character. This is a string; the X