diff options
author | Richard M. Stallman <rms@gnu.org> | 1991-03-14 19:46:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1991-03-14 19:46:44 +0000 |
commit | ac5b56bc22b8bcbd731fe47c22c8fc2e7d9f5321 (patch) | |
tree | e940fb3ca2bf8b18165ca46ba5f71496275bbe08 /lisp/lpr.el | |
parent | e3f99b912245f0b8cf9c0442931a5099fb1e8ad9 (diff) | |
download | emacs-ac5b56bc22b8bcbd731fe47c22c8fc2e7d9f5321.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 07ec6580a2a..3ae55b2f24a 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -27,7 +27,7 @@ (defvar print-region-function nil "Function to call to print the region on a printer. -See definition of print-region-1 for calling conventions.") +See definition of `print-region-1' for calling conventions.") (defun lpr-buffer () "Print buffer contents as with Unix command `lpr'. |