Mercurial > emacs
changeset 23466:fa40617f5902
(ps-print-buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Oct 1998 20:10:01 +0000 |
parents | be6981601edf |
children | dd5bbd8db2f5 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Wed Oct 14 19:55:35 1998 +0000 +++ b/lisp/ps-print.el Wed Oct 14 20:10:01 1998 +0000 @@ -1610,11 +1610,11 @@ (defun ps-print-buffer (&optional filename) "Generate and print a PostScript image of the buffer. -When called with a numeric prefix argument (C-u), prompts the user for -the name of a file to save the PostScript image in, instead of sending -it to the printer. - -More specifically, the FILENAME argument is treated as follows: if it +Interactively, when you use a prefix argument (C-u), the command +prompts the user for a file name, and saves the PostScript image +in that file instead of sending it to the printer. + +Noninteractively, the argument FILENAME is treated as follows: if it is nil, send the image to the printer. If FILENAME is a string, save the PostScript image in a file with that name. If FILENAME is a number, prompt the user for the name of the file to save in."