Mercurial > emacs
diff lispref/frames.texi @ 10759:fe6bdcb0d99f
Update icon-type values.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 15 Feb 1995 09:57:18 +0000 |
| parents | 126f7560fd28 |
| children | 73dc8205d259 |
line wrap: on
line diff
--- a/lispref/frames.texi Wed Feb 15 08:36:09 1995 +0000 +++ b/lispref/frames.texi Wed Feb 15 09:57:18 1995 +0000 @@ -257,8 +257,10 @@ implemented.) @item icon-type -The type of icon to use for this frame when it is iconified. -Non-@code{nil} specifies a bitmap icon, @code{nil} a text icon. +The type of icon to use for this frame when it is iconified. If the +value is a string, that specifies a file containing a bitmap to use. +Any other non-@code{nil} value specifies the default bitmap icon (a +picture of a gnu); @code{nil} specifies a text icon. @item foreground-color The color to use for the image of a character. This is a string; the X
