diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 12:01:18 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 13:32:41 +0200 |
commit | 8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch) | |
tree | 9332368efe35507bd11da1a743628871fc983e0a /lisp/ps-print.el | |
parent | c5aec9b10d709b91a0188b705b653bd2a59fff2d (diff) | |
download | emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.bz2 emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.zip |
; Fix typos.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 8df5204fa12..069d116907e 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -6415,7 +6415,7 @@ If FACE is not a valid face name, use default face." (ps-end-job needs-begin-file) ;; Setting this variable tells the unwind form that the - ;; the PostScript was generated without error. + ;; PostScript was generated without error. (setq completed-safely t)) ;; Unwind form: If some bad mojo occurred while generating |