# HG changeset patch # User Gerd Moellmann # Date 941034539 0 # Node ID af8d23cd722031b0bafd91ad3f1b79c1ce60ec4c # Parent c8df174917d80b4fa5b27194cb082aab759d34a3 (print-buffer): Doc-string fix. diff -r c8df174917d8 -r af8d23cd7220 lisp/lpr.el --- a/lisp/lpr.el Wed Oct 27 11:59:45 1999 +0000 +++ b/lisp/lpr.el Wed Oct 27 14:28:59 1999 +0000 @@ -130,8 +130,13 @@ ;;;###autoload (defun print-buffer () - "Print buffer contents as with Unix command `lpr -p'. -`lpr-switches' is a list of extra switches (strings) to pass to lpr." + "Paginate and print buffer contents. +Normally invokes `pr' for pagination, but see the variable +`lpr-page-header-program'. Printing is normally done with `lpr' +or `lp'; the variable `lpr-command' changes this. + +Also see the variables `lpr-switches' and `lpr-page-header-switches' +for further customization of the commands used." (interactive) (print-region-1 (point-min) (point-max) lpr-switches t))