aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-09-12 20:21:46 +0000
committerGerd Moellmann <[email protected]>1999-09-12 20:21:46 +0000
commiteabac8252e67333eb565bf6be8cd910173db5b0a (patch)
treea1d6930ef2b60351a5b1b9ea42cf8158a3d636ca /lisp
parent3759f14b25c206440494cee508e360c391dafb38 (diff)
Change `ghostscript' to `postscript' in comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gs.el b/lisp/gs.el
index 2a368bae19..cbce2002cf 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."
;(defun gs-put-tiger ()
; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps")
-; (spec `(image :type ghostscript
+; (spec `(image :type postscript
; :pt-width 200 :pt-height 200
; :bounding-box (22 171 567 738)
; :file ,ps-file)))