* bug#6912: 23.2.50; emacs.1 does not mention fullscreen:maximized
@ 2010-08-25 15:28 Sven Joachim
2010-08-26 15:15 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2010-08-25 15:28 UTC (permalink / raw)
To: 6912; +Cc: Sven Joachim
Severity: minor
Tags: patch
The Emacs manpage does not mention "maximized" as a possible value of
the "fullscreen" Xresource. Here is a patch for that:
--8<---------------cut here---------------start------------->8---
=== modified file 'doc/man/emacs.1'
--- doc/man/emacs.1 2010-05-08 04:46:44 +0000
+++ doc/man/emacs.1 2010-08-25 15:14:22 +0000
@@ -403,11 +403,12 @@
The desired fullscreen size.
The value can be one of
.IR fullboth ,
+.IR maximized ,
.IR fullwidth ,
or
.IR fullheight ,
-which correspond to the command-line options `\-fs', `\-fw', and
-`\-fh', respectively.
+which correspond to the command-line options `\-fs', `\-mm', `\-fw',
+and `\-fh', respectively.
Note that this applies to the initial frame only.
.TP
.BR geometry " (class " Geometry )
--8<---------------cut here---------------end--------------->8---
Suggested ChangeLog entry:
2010-08-25 Sven Joachim <svenjoac@gmx.de>
* emacs.1: Mention "maximized" as possible value for the "fullscreen"
Xresource.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-26 15:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-25 15:28 bug#6912: 23.2.50; emacs.1 does not mention fullscreen:maximized Sven Joachim
2010-08-26 15:15 ` Chong Yidong
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).