diff options
| author | Glenn Morris | 2012-04-14 13:24:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-14 13:24:45 -0700 |
| commit | 41be52d7fb4fa2919f7aa56696d42d9554b8b7c9 (patch) | |
| tree | 66dd06235bdb97442bb5fd3a388f3e6758ca0338 /doc | |
| parent | faab108e4fff809b163de55877ece77837ab0468 (diff) | |
| download | emacs-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/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 6 |
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 @@ | |||
| 1 | 2012-04-14 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | |||
| 729 | variables control printing on all systems, but in some cases they have | 729 | variables control printing on all systems, but in some cases they have |
| 730 | different default values on MS-DOS and MS-Windows. | 730 | different 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 |
| 733 | sets the variable @code{printer-name} to that printer's name. But in | 733 | automatically (using the function @code{default-printer-name}). |
| 734 | some rare cases this can fail, or you may wish to use a different | 734 | But in some rare cases this can fail, or you may wish to use a different |
| 735 | printer from within Emacs. The rest of this section explains how to | 735 | printer from within Emacs. The rest of this section explains how to |
| 736 | tell Emacs which printer to use. | 736 | tell Emacs which printer to use. |
| 737 | 737 | ||