diff options
| author | Juanma Barranquero | 2007-05-16 13:20:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-16 13:20:13 +0000 |
| commit | 3f79ccad402a50387169d871d618d5eeb888c012 (patch) | |
| tree | f35e329c91221b75f1f97856bff2baad979ffd19 | |
| parent | a1e49a960cbffe554121ac598bea027c9cded9ce (diff) | |
| download | emacs-3f79ccad402a50387169d871d618d5eeb888c012.tar.gz emacs-3f79ccad402a50387169d871d618d5eeb888c012.zip | |
(pr-ps-fast-fire): Fix typo in docstring.
| -rw-r--r-- | lisp/printing.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 2f6035a7328..50d158c3d29 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -4402,7 +4402,7 @@ Interactively, you have the following situations: | |||
| 4402 | C-u 2 M-x pr-ps-fast-fire RET | 4402 | C-u 2 M-x pr-ps-fast-fire RET |
| 4403 | The command prompts the user for a N-UP value, then for a current | 4403 | The command prompts the user for a N-UP value, then for a current |
| 4404 | PostScript printer and, finally, for a file name. Then change the active | 4404 | PostScript printer and, finally, for a file name. Then change the active |
| 4405 | printer to that choosen by user and saves the PostScript image in | 4405 | printer to that chosen by user and saves the PostScript image in |
| 4406 | that file instead of sending it to the printer. | 4406 | that file instead of sending it to the printer. |
| 4407 | 4407 | ||
| 4408 | 4408 | ||
| @@ -4421,7 +4421,7 @@ zero and the argument SELECT is treated as follows: | |||
| 4421 | 4421 | ||
| 4422 | If it's an integer greater or equal to 2, the command prompts the user for a | 4422 | If it's an integer greater or equal to 2, the command prompts the user for a |
| 4423 | current PostScript printer and for a file name. Then change the active | 4423 | current PostScript printer and for a file name. Then change the active |
| 4424 | printer to that choosen by user and saves the PostScript image in that file | 4424 | printer to that chosen by user and saves the PostScript image in that file |
| 4425 | instead of sending it to the printer. | 4425 | instead of sending it to the printer. |
| 4426 | 4426 | ||
| 4427 | If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new | 4427 | If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new |