summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-04-19 08:53:55 +0000
committerJim Blandy <jimb@redhat.com>1992-04-19 08:53:55 +0000
commite1f6d2e1fabe1363283ccbad20432d5060c88b1f (patch)
treee913367846d314883cd7ec34013f30ed1ad3f2c8 /lisp/lpr.el
parent0c41415c1ea47f0594268f9a49f76fca4e5a98b6 (diff)
downloademacs-e1f6d2e1fabe1363283ccbad20432d5060c88b1f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index e377f4c9331..296224679b9 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -1,5 +1,5 @@
;; Print Emacs buffer on line printer.
-;; Copyright (C) 1985, 1988 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -24,7 +24,7 @@
(defvar lpr-command (if (eq system-type 'usg-unix-v)
"lp" "lpr")
- "Shell command for printing a file")
+ "*Shell command for printing a file")
(defvar print-region-function nil
"Function to call to print the region on a printer.