]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-spool-buffer-with-faces): Fix typo in previous chg.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Dec 1995 15:55:49 +0000 (15:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Dec 1995 15:55:49 +0000 (15:55 +0000)
(ps-spool-region-with-faces): Likewise.

lisp/ps-print.el

index 7fb0ceb9517c4c17b295d8706cc26b74dffe021b..e3cba874a5b4ff51bc35625e52b073ce8ac9ce0b 100644 (file)
@@ -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")