From: Richard M. Stallman Date: Wed, 14 Oct 1998 20:10:01 +0000 (+0000) Subject: (ps-print-buffer): Doc fix. X-Git-Tag: emacs-20.4~1483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ac0cb14e9e0fd539f4955aa9b675485d1e52dba;p=emacs.git (ps-print-buffer): Doc fix. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 98e409243fe..d4bceb886b0 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1610,11 +1610,11 @@ variable." (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. +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. -More specifically, the FILENAME argument is treated as follows: if it +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."