aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-13 11:57:37 +0000
committerEli Zaretskii2002-01-13 11:57:37 +0000
commitcf22597407434e9d645b5d83dfd447bcdff46bb6 (patch)
tree753e7fbdf0f17c3af61eeaed79b0c35ae7a1bc15
parente155625190bb9422af43089c45c5ed1880cf2e73 (diff)
downloademacs-cf22597407434e9d645b5d83dfd447bcdff46bb6.tar.gz
emacs-cf22597407434e9d645b5d83dfd447bcdff46bb6.zip
(Table of Resources): Fix the markup and the wording of the last change.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--man/xresources.texi8
2 files changed, 11 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6203832f89b..a155e2353f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-01-13 Eli Zaretskii <eliz@gnu.org>
2
3 * startup.el (command-line-x-option-alist): New options "-fs",
4 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
5
6 * term/x-win.el (x-handle-initial-switch): New function.
7
12002-01-13 Colin Walters <walters@debian.org> 82002-01-13 Colin Walters <walters@debian.org>
2 9
3 * emacs-lisp/autoload.el (make-autoload): Handle 10 * emacs-lisp/autoload.el (make-autoload): Handle
diff --git a/man/xresources.texi b/man/xresources.texi
index 3fcf628e8ef..1351be7d138 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -173,10 +173,10 @@ name, only that frame). However, the size, if specified here, applies to
173all frames. 173all frames.
174 174
175@item @code{fullscreen} (class @code{Fullscreen}) 175@item @code{fullscreen} (class @code{Fullscreen})
176Specify wanted fullscreen size. The value can be one of @code{fullboth}, 176The desired fullscreen size. The value can be one of @code{fullboth},
177@code{fullwidth} or @code{fullheight}, that each corresponds to 177@code{fullwidth} or @code{fullheight}, which correspond to
178the command line options @code{-fs}, @code{-fw} and @code{-fh} 178the command-line options @samp{-fs}, @samp{-fw}, and @samp{-fh}
179@pxref{Window Size X}. 179(@pxref{Window Size X}).
180 180
181Note that this applies to all frames created, not just the initial 181Note that this applies to all frames created, not just the initial
182one. 182one.