# HG changeset patch # User Richard M. Stallman # Date 908395801 0 # Node ID fa40617f5902e758fae3735e5038636c7cda1e6e # Parent be6981601edf6ce7a87deb0d547f9b63b79f7323 (ps-print-buffer): Doc fix. diff -r be6981601edf -r fa40617f5902 lisp/ps-print.el --- 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."