aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-14 13:24:45 -0700
committerGlenn Morris2012-04-14 13:24:45 -0700
commit41be52d7fb4fa2919f7aa56696d42d9554b8b7c9 (patch)
tree66dd06235bdb97442bb5fd3a388f3e6758ca0338
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
-rw-r--r--admin/FOR-RELEASE5
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/msdog.texi6
3 files changed, 5 insertions, 8 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 20b75a56f9f..428332e2aa4 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -155,11 +155,6 @@ mini.texi rgm
155misc.texi cyd 155misc.texi cyd
156modes.texi cyd 156modes.texi cyd
157msdog.texi rgm (can't actually test any of it though) 157msdog.texi rgm (can't actually test any of it though)
158 It was not obvious to me that the following is true (it could well be though):
159
160 Emacs on Windows automatically determines your default printer and
161 sets the variable `printer-name' to that printer's name.
162
163msdog-xtra.texi rgm (can't actually test any of it though) 158msdog-xtra.texi rgm (can't actually test any of it though)
164mule.texi rgm (not 100% sure about "Fontsets") 159mule.texi rgm (not 100% sure about "Fontsets")
165m-x.texi cyd 160m-x.texi cyd
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