aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2012-04-14 13:24:45 -0700
committerGlenn Morris2012-04-14 13:24:45 -0700
commit41be52d7fb4fa2919f7aa56696d42d9554b8b7c9 (patch)
tree66dd06235bdb97442bb5fd3a388f3e6758ca0338 /doc
parentfaab108e4fff809b163de55877ece77837ab0468 (diff)
downloademacs-41be52d7fb4fa2919f7aa56696d42d9554b8b7c9.tar.gz
emacs-41be52d7fb4fa2919f7aa56696d42d9554b8b7c9.zip
* doc/emacs/msdog.texi (Windows Printing): It doesn't set printer-name.
* admin/FOR-RELEASE: Related edit. Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/msdog.texi6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 6ab989eb219..762f164290b 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
12012-04-14 Glenn Morris <rgm@gnu.org> 12012-04-14 Glenn Morris <rgm@gnu.org>
2 2
3 * msdog.texi (Windows Printing): It doesn't set printer-name.
4
3 * mule.texi (Language Environments): Move font info to "Fontsets". 5 * mule.texi (Language Environments): Move font info to "Fontsets".
4 (Fontsets): Move intlfonts etc here from "Language Environments". 6 (Fontsets): Move intlfonts etc here from "Language Environments".
5 Copyedits. 7 Copyedits.
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi
index 485c6b61c18..96a919cfaf8 100644
--- a/doc/emacs/msdog.texi
+++ b/doc/emacs/msdog.texi
@@ -729,9 +729,9 @@ Posix-style @code{lpr} program is unavailable. The same Emacs
729variables control printing on all systems, but in some cases they have 729variables control printing on all systems, but in some cases they have
730different default values on MS-DOS and MS-Windows. 730different default values on MS-DOS and MS-Windows.
731 731
732 Emacs on Windows automatically determines your default printer and 732 Emacs on MS Windows attempts to determine your default printer
733sets the variable @code{printer-name} to that printer's name. But in 733automatically (using the function @code{default-printer-name}).
734some rare cases this can fail, or you may wish to use a different 734But in some rare cases this can fail, or you may wish to use a different
735printer from within Emacs. The rest of this section explains how to 735printer from within Emacs. The rest of this section explains how to
736tell Emacs which printer to use. 736tell Emacs which printer to use.
737 737