mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(ps-spool-buffer-with-faces): Fix typo in previous chg.
(ps-spool-region-with-faces): Likewise.
This commit is contained in:
parent
55862685fc
commit
1cd7962f06
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue