+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
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.