aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2015-03-15 20:17:09 +0100
committerMartin Rudalics2015-03-15 20:17:09 +0100
commitc43762dd81886382fe2caa6dc434e189bd5106d2 (patch)
tree8cee7ddc5994018fa79b64ceb582c1981db7a3dd
parentea8cab39be1bab165377237bd30eee15e76d991a (diff)
downloademacs-c43762dd81886382fe2caa6dc434e189bd5106d2.tar.gz
emacs-c43762dd81886382fe2caa6dc434e189bd5106d2.zip
Fix description of fullscreen mode on MS-Windows (Bug#20110).
* efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/efaq.texi12
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 0e43b9ffe4d..e493793bc05 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,8 +1,12 @@
12015-03-15 Martin Rudalics <rudalics@gmx.at>
2
3 * efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
4
12015-02-04 Kelvin White <kwhite@gnu.org> 52015-02-04 Kelvin White <kwhite@gnu.org>
2 6
3 * erc.texi (Advanced Usage, Options): Add descriptions and examples 7 * erc.texi (Advanced Usage, Options): Add descriptions and examples
4 for erc-format-nick-function and erc-rename-buffers options. 8 for erc-format-nick-function and erc-rename-buffers options.
5 (Connecting): fix typo 9 (Connecting): Fix typo
6 10
72014-12-29 Michael Albinus <michael.albinus@gmx.de> 112014-12-29 Michael Albinus <michael.albinus@gmx.de>
8 12
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 8f6515ae3d0..3078122d11c 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -2678,8 +2678,16 @@ variable in the environment.
2678@cindex Maximize frame 2678@cindex Maximize frame
2679@cindex Fullscreen mode 2679@cindex Fullscreen mode
2680 2680
2681Use the function @code{w32-send-sys-command}. For example, you can 2681Beginning with Emacs 24.4 either run Emacs with the @samp{--maximized}
2682put the following in your @file{.emacs} file: 2682command-line option or put the following form in your @file{.emacs}
2683file:
2684
2685@lisp
2686(add-hook 'emacs-startup-hook 'toggle-frame-maximized)
2687@end lisp
2688
2689With older versions use the function @code{w32-send-sys-command}. For
2690example, you can put the following in your @file{.emacs} file:
2683 2691
2684@lisp 2692@lisp
2685(add-hook 'emacs-startup-hook 2693(add-hook 'emacs-startup-hook