diff options
| author | Eli Zaretskii | 2002-01-13 11:57:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-13 11:57:37 +0000 |
| commit | cf22597407434e9d645b5d83dfd447bcdff46bb6 (patch) | |
| tree | 753e7fbdf0f17c3af61eeaed79b0c35ae7a1bc15 | |
| parent | e155625190bb9422af43089c45c5ed1880cf2e73 (diff) | |
| download | emacs-cf22597407434e9d645b5d83dfd447bcdff46bb6.tar.gz emacs-cf22597407434e9d645b5d83dfd447bcdff46bb6.zip | |
(Table of Resources): Fix the markup and the wording of the last change.
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | man/xresources.texi | 8 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-01-13 Colin Walters <walters@debian.org> | 8 | 2002-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 | |||
| 173 | all frames. | 173 | all frames. |
| 174 | 174 | ||
| 175 | @item @code{fullscreen} (class @code{Fullscreen}) | 175 | @item @code{fullscreen} (class @code{Fullscreen}) |
| 176 | Specify wanted fullscreen size. The value can be one of @code{fullboth}, | 176 | The 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 |
| 178 | the command line options @code{-fs}, @code{-fw} and @code{-fh} | 178 | the command-line options @samp{-fs}, @samp{-fw}, and @samp{-fh} |
| 179 | @pxref{Window Size X}. | 179 | (@pxref{Window Size X}). |
| 180 | 180 | ||
| 181 | Note that this applies to all frames created, not just the initial | 181 | Note that this applies to all frames created, not just the initial |
| 182 | one. | 182 | one. |