aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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)))