]> git.eshelyaron.com Git - emacs.git/commitdiff
(Table of Resources): Fix the markup and the wording of the last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:57:37 +0000 (11:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:57:37 +0000 (11:57 +0000)
lisp/ChangeLog
man/xresources.texi

index 6203832f89b0c65fa3ed00c1a4461e9bfe358739..a155e2353f22c4167a9469f67ef8c82b5c1d5974 100644 (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
index 3fcf628e8efc0c59a7cb29ecb4e5b99c03301744..1351be7d138773b006f964205681bb23be72a6a5 100644 (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.