diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:20:13 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:20:13 +0000 |
commit | 3f79ccad402a50387169d871d618d5eeb888c012 (patch) | |
tree | f35e329c91221b75f1f97856bff2baad979ffd19 /lisp/printing.el | |
parent | a1e49a960cbffe554121ac598bea027c9cded9ce (diff) | |
download | emacs-3f79ccad402a50387169d871d618d5eeb888c012.tar.gz |
(pr-ps-fast-fire): Fix typo in docstring.
Diffstat (limited to 'lisp/printing.el')
-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 |