diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-12-09 13:37:03 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-12-09 13:37:03 +0000 |
commit | 316be4e813098bbdb0f959605b73ac4e15f51afd (patch) | |
tree | 3522e7a53884e66bfed47f297d341214ebf21887 /lisp/printing.el | |
parent | 06005961b7736ab639297a6544e0fd43e9170404 (diff) | |
download | emacs-316be4e813098bbdb0f959605b73ac4e15f51afd.tar.gz |
Doc fix
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index ef38490c936..578f1a93d85 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -70,7 +70,7 @@ Please send all bug fixes and enhancements to ;; `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. ;; Please, see README file for ps-print installation instructions. ;; -;; `printing' was inspired on: +;; `printing' was inspired by: ;; ;; print-nt.el Frederic Corne <frederic.corne@erli.fr> ;; Special printing functions for Windows NT @@ -6008,7 +6008,7 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Printing Interface (inspired on ps-print-interface.el) +;; Printing Interface (inspired by ps-print-interface.el) (eval-when-compile |