]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/msdog.texi (Windows Printing): It doesn't set printer-name.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Apr 2012 20:24:45 +0000 (13:24 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Apr 2012 20:24:45 +0000 (13:24 -0700)
* admin/FOR-RELEASE: Related edit.

Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html

admin/FOR-RELEASE
doc/emacs/ChangeLog
doc/emacs/msdog.texi

index 20b75a56f9fe23e21b017f34d4569c9356fa2025..428332e2aa4a74fa51ac14090b845a913f338bc7 100644 (file)
@@ -155,11 +155,6 @@ mini.texi         rgm
 misc.texi         cyd
 modes.texi        cyd
 msdog.texi        rgm  (can't actually test any of it though)
-  It was not obvious to me that the following is true (it could well be though):
-
-   Emacs on Windows automatically determines your default printer and
-   sets the variable `printer-name' to that printer's name.
-
 msdog-xtra.texi   rgm  (can't actually test any of it though)
 mule.texi         rgm  (not 100% sure about "Fontsets")
 m-x.texi          cyd
index 6ab989eb219a6a99777b045b493bfb98632dfb51..762f164290b82487804695e9956f0c36bca73d97 100644 (file)
@@ -1,5 +1,7 @@
 2012-04-14  Glenn Morris  <rgm@gnu.org>
 
+       * msdog.texi (Windows Printing): It doesn't set printer-name.
+
        * mule.texi (Language Environments): Move font info to "Fontsets".
        (Fontsets): Move intlfonts etc here from "Language Environments".
        Copyedits.
index 485c6b61c1878c3207bf2176c4bcb4d19287bfd9..96a919cfaf8b5cf67ff92aa7da4a739bd3ae887c 100644 (file)
@@ -729,9 +729,9 @@ Posix-style @code{lpr} program is unavailable.  The same Emacs
 variables control printing on all systems, but in some cases they have
 different default values on MS-DOS and MS-Windows.
 
-  Emacs on Windows automatically determines your default printer and
-sets the variable @code{printer-name} to that printer's name.  But in
-some rare cases this can fail, or you may wish to use a different
+  Emacs on MS Windows attempts to determine your default printer
+automatically (using the function @code{default-printer-name}).
+But in some rare cases this can fail, or you may wish to use a different
 printer from within Emacs.  The rest of this section explains how to
 tell Emacs which printer to use.