From: Richard M. Stallman Date: Sat, 23 Dec 1995 15:55:49 +0000 (+0000) Subject: (ps-spool-buffer-with-faces): Fix typo in previous chg. X-Git-Tag: emacs-19.34~2032 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cd7962f069cd563d818aebbc31c155fed47bf39;p=emacs.git (ps-spool-buffer-with-faces): Fix typo in previous chg. (ps-spool-region-with-faces): Likewise. --- 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." "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 @@ Use the command `ps-despool' to send the spooled images to the printer." "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")