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

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

bug#36250: [PATCH] Improve a bit frame-resize-pixelwise documentation


From: Andreas Schwab
Subject: bug#36250: [PATCH] Improve a bit frame-resize-pixelwise documentation
Date: Tue, 18 Jun 2019 22:38:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux)

On Jun 18 2019, Konstantin Kharlamov <Hi-Angel@yandex.ru> wrote:

> diff --git a/src/frame.c b/src/frame.c
> index 03bbbfb4da..c2d2793251 100644
> --- a/src/frame.c
> +++ b/src/frame.c
> @@ -6152,10 +6152,9 @@ current values of `frame-char-height' and 
> `frame-char-width'.  If this
>  is non-nil, no rounding occurs, hence frame sizes can increase/decrease
>  by one pixel.
>  
> -With some window managers you may have to set this to non-nil in order
> -to set the size of a frame in pixels, to maximize frames or to make them
> -fullscreen.  To resize your initial frame pixelwise, set this option to
> -a non-nil value in your init file.  */);
> +With some window managers you may have to set this to non-nil to be
> +able maximize frames or to make them fullscreen.  For this to have
> +effect the variable needs to be set before a frame started.  */);

Frames don't start, they are created.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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