changeset 26219:af8d23cd7220

(print-buffer): Doc-string fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Oct 1999 14:28:59 +0000
parents c8df174917d8
children 0a34e9734fdd
files lisp/lpr.el
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))