bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6912: 23.2.50; emacs.1 does not mention fullscreen:maximized


From: Sven Joachim
Subject: bug#6912: 23.2.50; emacs.1 does not mention fullscreen:maximized
Date: Wed, 25 Aug 2010 17:28:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]