diff options
| -rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 7fb0ceb9517..e3cba874a5b 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -635,7 +635,7 @@ Use the command `ps-despool' to send the spooled images to the printer." | |||
| 635 | "Generate and spool a PostScript image of the buffer. | 635 | "Generate and spool a PostScript image of the buffer. |
| 636 | Like `ps-spool-buffer', but includes font, color, and underline | 636 | Like `ps-spool-buffer', but includes font, color, and underline |
| 637 | information in the generated image. This command works only if you | 637 | information in the generated image. This command works only if you |
| 638 | are using a window system, so it has a way to determine color values." | 638 | are using a window system, so it has a way to determine color values. |
| 639 | 639 | ||
| 640 | Use the command `ps-despool' to send the spooled images to the printer." | 640 | Use the command `ps-despool' to send the spooled images to the printer." |
| 641 | 641 | ||
| @@ -660,7 +660,7 @@ Use the command `ps-despool' to send the spooled images to the printer." | |||
| 660 | "Generate a PostScript image of the region and spool locally. | 660 | "Generate a PostScript image of the region and spool locally. |
| 661 | Like `ps-spool-region', but includes font, color, and underline | 661 | Like `ps-spool-region', but includes font, color, and underline |
| 662 | information in the generated image. This command works only if you | 662 | information in the generated image. This command works only if you |
| 663 | are using a window system, so it has a way to determine color values." | 663 | are using a window system, so it has a way to determine color values. |
| 664 | 664 | ||
| 665 | Use the command `ps-despool' to send the spooled images to the printer." | 665 | Use the command `ps-despool' to send the spooled images to the printer." |
| 666 | (interactive "r") | 666 | (interactive "r") |