aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-12 20:21:46 +0000
committerGerd Moellmann1999-09-12 20:21:46 +0000
commiteabac8252e67333eb565bf6be8cd910173db5b0a (patch)
treea1d6930ef2b60351a5b1b9ea42cf8158a3d636ca
parent3759f14b25c206440494cee508e360c391dafb38 (diff)
downloademacs-eabac8252e67333eb565bf6be8cd910173db5b0a.tar.gz
emacs-eabac8252e67333eb565bf6be8cd910173db5b0a.zip
Change `ghostscript' to `postscript' in comment.
-rw-r--r--lisp/gs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gs.el b/lisp/gs.el
index 2a368bae199..cbce2002cf4 100644
--- a/lisp/gs.el
+++ b/lisp/gs.el
@@ -173,7 +173,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful."
173 173
174;(defun gs-put-tiger () 174;(defun gs-put-tiger ()
175; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps") 175; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps")
176; (spec `(image :type ghostscript 176; (spec `(image :type postscript
177; :pt-width 200 :pt-height 200 177; :pt-width 200 :pt-height 200
178; :bounding-box (22 171 567 738) 178; :bounding-box (22 171 567 738)
179; :file ,ps-file))) 179; :file ,ps-file)))