diff options
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index e799cfa6b7f..d619b92e4d3 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -779,10 +779,10 @@ Whether deselecting the frame lowers it (non-@code{nil} means yes). | |||
| 779 | 779 | ||
| 780 | @vindex icon-type, a frame parameter | 780 | @vindex icon-type, a frame parameter |
| 781 | @item icon-type | 781 | @item icon-type |
| 782 | The type of icon to use for this frame when it is iconified. If the | 782 | The type of icon to use for this frame. If the value is a string, |
| 783 | value is a string, that specifies a file containing a bitmap to use. | 783 | that specifies a file containing a bitmap to use; @code{nil} specifies |
| 784 | Any other non-@code{nil} value specifies the default bitmap icon (a | 784 | no icon (in which case the window manager decides what to show); any |
| 785 | picture of a gnu); @code{nil} specifies a text icon. | 785 | other non-@code{nil} value specifies the default Emacs icon. |
| 786 | 786 | ||
| 787 | @vindex icon-name, a frame parameter | 787 | @vindex icon-name, a frame parameter |
| 788 | @item icon-name | 788 | @item icon-name |