]> code.delx.au - gnu-emacs/commitdiff
Fix description of fullscreen mode on MS-Windows (Bug#20110).
authorMartin Rudalics <rudalics@gmx.at>
Sun, 15 Mar 2015 19:17:09 +0000 (20:17 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 15 Mar 2015 19:17:09 +0000 (20:17 +0100)
* efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).

doc/misc/ChangeLog
doc/misc/efaq.texi

index 0e43b9ffe4dec2c016167e937265231a927c53db..e493793bc05d810915adf21a8470f849c28cf882 100644 (file)
@@ -1,8 +1,12 @@
+2015-03-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
+
 2015-02-04  Kelvin White  <kwhite@gnu.org>
 
        * erc.texi (Advanced Usage, Options): Add descriptions and examples
        for erc-format-nick-function and erc-rename-buffers options.
-       (Connecting): fix typo
+       (Connecting): Fix typo
 
 2014-12-29  Michael Albinus  <michael.albinus@gmx.de>
 
index 8f6515ae3d0d860d45832231e5bf5eec420ab574..3078122d11c33d64d7389e34bc8f90784943d5f2 100644 (file)
@@ -2678,8 +2678,16 @@ variable in the environment.
 @cindex Maximize frame
 @cindex Fullscreen mode
 
-Use the function @code{w32-send-sys-command}.  For example, you can
-put the following in your @file{.emacs} file:
+Beginning with Emacs 24.4 either run Emacs with the @samp{--maximized}
+command-line option or put the following form in your @file{.emacs}
+file:
+
+@lisp
+(add-hook 'emacs-startup-hook 'toggle-frame-maximized)
+@end lisp
+
+With older versions use the function @code{w32-send-sys-command}.  For
+example, you can put the following in your @file{.emacs} file:
 
 @lisp
 (add-hook 'emacs-startup-hook