Mercurial > emacs
changeset 13828:612d7bd4b5d1
(ps-spool-buffer-with-faces): Fix typo in previous chg.
(ps-spool-region-with-faces): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Dec 1995 15:55:49 +0000 |
parents | 3b50e2642bfd |
children | 959a2af92455 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Sat Dec 23 15:06:13 1995 +0000 +++ b/lisp/ps-print.el Sat Dec 23 15:55:49 1995 +0000 @@ -635,7 +635,7 @@ "Generate and spool a PostScript image of the buffer. Like `ps-spool-buffer', but includes font, color, and underline information in the generated image. This command works only if you -are using a window system, so it has a way to determine color values." +are using a window system, so it has a way to determine color values. Use the command `ps-despool' to send the spooled images to the printer." @@ -660,7 +660,7 @@ "Generate a PostScript image of the region and spool locally. Like `ps-spool-region', but includes font, color, and underline information in the generated image. This command works only if you -are using a window system, so it has a way to determine color values." +are using a window system, so it has a way to determine color values. Use the command `ps-despool' to send the spooled images to the printer." (interactive "r")