diff options
-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: C-u 2 M-x pr-ps-fast-fire RET The command prompts the user for a N-UP value, then for a current PostScript printer and, finally, for a file name. Then change the active - printer to that choosen by user and saves the PostScript image in + printer to that chosen by user and saves the PostScript image in that file instead of sending it to the printer. @@ -4421,7 +4421,7 @@ zero and the argument SELECT is treated as follows: If it's an integer greater or equal to 2, the command prompts the user for a current PostScript printer and for a file name. Then change the active - printer to that choosen by user and saves the PostScript image in that file + printer to that chosen by user and saves the PostScript image in that file instead of sending it to the printer. If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new |