diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
commit | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch) | |
tree | b1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/lpr.el | |
parent | 33d92c1f9de704cda9309731b4d6add46178aafc (diff) | |
download | emacs-e41b2db1da153e3ead4a01cb6e729cb99cad78ae.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 1f4ec62dfc1..2beead551ec 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -21,6 +21,12 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; Commands to send the region or a buffer your printer. Entry points +;; are `lpr-buffer', `print-buffer', lpr-region', or `print-region'; option +;; variables include `lpr-switches' and `lpr-command'. + ;;; Code: ;;;###autoload |