1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Table of Resources): Fix the markup and the wording of the last change.

This commit is contained in:
Eli Zaretskii 2002-01-13 11:57:37 +00:00
parent e155625190
commit cf22597407
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2002-01-13 Eli Zaretskii <eliz@gnu.org>
* startup.el (command-line-x-option-alist): New options "-fs",
"-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
* term/x-win.el (x-handle-initial-switch): New function.
2002-01-13 Colin Walters <walters@debian.org>
* emacs-lisp/autoload.el (make-autoload): Handle

View File

@ -173,10 +173,10 @@ name, only that frame). However, the size, if specified here, applies to
all frames.
@item @code{fullscreen} (class @code{Fullscreen})
Specify wanted fullscreen size. The value can be one of @code{fullboth},
@code{fullwidth} or @code{fullheight}, that each corresponds to
the command line options @code{-fs}, @code{-fw} and @code{-fh}
@pxref{Window Size X}.
The desired fullscreen size. The value can be one of @code{fullboth},
@code{fullwidth} or @code{fullheight}, which correspond to
the command-line options @samp{-fs}, @samp{-fw}, and @samp{-fh}
(@pxref{Window Size X}).
Note that this applies to all frames created, not just the initial
one.