diff options
| author | Joakim Verona | 2011-09-19 11:37:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-19 11:37:46 +0200 |
| commit | 4caed0bee59613be5d2a6c4afabcdc43222f953e (patch) | |
| tree | d0c1debf666ef2107492e6cdd2bc8d6bb17de8a2 /doc/lispref/frames.texi | |
| parent | c139d20a0c582a2c8fe3766128092c32b692ac23 (diff) | |
| parent | c5b01d8c63cfd14c95a029540a6fb0da84537726 (diff) | |
| download | emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.tar.gz emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.zip | |
upstream
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 |