From e20192f449a364f52ea6172e6e12966fe449da0a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 27 Oct 1999 14:32:04 +0000 Subject: [PATCH] (print-buffer): Doc-string fix. --- lisp/ChangeLog | 4 ++++ lisp/lpr.el | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 402b45aada9..10c62c7d106 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-10-27 Gerd Moellmann + + * lpr.el (print-buffer): Doc-string fix. + 1999-10-27 Dave Love * emacs-lisp/advice.el: Doc fixes. diff --git a/lisp/lpr.el b/lisp/lpr.el index dbc91790f5f..0ed7a1c418b 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -130,8 +130,13 @@ The variable `lpr-page-header-program' specifies the program to use." ;;;###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)) -- 2.39.5