diff options
| author | Richard M. Stallman | 1995-02-15 09:57:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-15 09:57:18 +0000 |
| commit | fd3e5741689fbefb8c420bbb8d99e813532db050 (patch) | |
| tree | 32fdf7464e25f6127af22ceedb93ddb34beab136 /lispref/frames.texi | |
| parent | c696ac76c05e557c820318c223f2a299b208dd03 (diff) | |
| download | emacs-fd3e5741689fbefb8c420bbb8d99e813532db050.tar.gz emacs-fd3e5741689fbefb8c420bbb8d99e813532db050.zip | |
Update icon-type values.
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 6 |
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 | |||
| 257 | implemented.) | 257 | implemented.) |
| 258 | 258 | ||
| 259 | @item icon-type | 259 | @item icon-type |
| 260 | The type of icon to use for this frame when it is iconified. | 260 | The type of icon to use for this frame when it is iconified. If the |
| 261 | Non-@code{nil} specifies a bitmap icon, @code{nil} a text icon. | 261 | value is a string, that specifies a file containing a bitmap to use. |
| 262 | Any other non-@code{nil} value specifies the default bitmap icon (a | ||
| 263 | picture of a gnu); @code{nil} specifies a text icon. | ||
| 262 | 264 | ||
| 263 | @item foreground-color | 265 | @item foreground-color |
| 264 | The color to use for the image of a character. This is a string; the X | 266 | The color to use for the image of a character. This is a string; the X |