comparison lisp/lpr.el @ 45461:f016f29dad07

Fix typo.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 22 May 2002 01:18:56 +0000
parents 253f761ad37b
children e88404e8f2cf
comparison
equal deleted inserted replaced
45460:5a0e4c56f7ff 45461:f016f29dad07
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; Commands to send the region or a buffer to your printer. Entry points 27 ;; Commands to send the region or a buffer to your printer. Entry points
28 ;; are `lpr-buffer', `print-buffer', lpr-region', or `print-region'; option 28 ;; are `lpr-buffer', `print-buffer', `lpr-region', or `print-region'; option
29 ;; variables include `printer-name', `lpr-switches' and `lpr-command'. 29 ;; variables include `printer-name', `lpr-switches' and `lpr-command'.
30 30
31 ;;; Code: 31 ;;; Code:
32 32
33 ;;;###autoload 33 ;;;###autoload