diff options
| author | Eli Zaretskii | 2002-01-13 11:52:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-13 11:52:06 +0000 |
| commit | e155625190bb9422af43089c45c5ed1880cf2e73 (patch) | |
| tree | 018490ce772bff279a7f8d26953de44ac052f865 | |
| parent | 560e5397f2999c86109631282ba73a8c6445f647 (diff) | |
| download | emacs-e155625190bb9422af43089c45c5ed1880cf2e73.tar.gz emacs-e155625190bb9422af43089c45c5ed1880cf2e73.zip | |
(Table of Resources): Document the new fullscreen resource.
| -rw-r--r-- | man/xresources.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index bd63f7ee46e..3fcf628e8ef 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -172,6 +172,15 @@ initial Emacs frame (or, in the case of a resource for a specific frame | |||
| 172 | name, only that frame). However, the size, if specified here, applies to | 172 | name, only that frame). However, the size, if specified here, applies to |
| 173 | all frames. | 173 | all frames. |
| 174 | 174 | ||
| 175 | @item @code{fullscreen} (class @code{Fullscreen}) | ||
| 176 | Specify wanted fullscreen size. The value can be one of @code{fullboth}, | ||
| 177 | @code{fullwidth} or @code{fullheight}, that each corresponds to | ||
| 178 | the command line options @code{-fs}, @code{-fw} and @code{-fh} | ||
| 179 | @pxref{Window Size X}. | ||
| 180 | |||
| 181 | Note that this applies to all frames created, not just the initial | ||
| 182 | one. | ||
| 183 | |||
| 175 | @item @code{iconName} (class @code{Title}) | 184 | @item @code{iconName} (class @code{Title}) |
| 176 | Name to display in the icon. | 185 | Name to display in the icon. |
| 177 | 186 | ||