Change `ghostscript' to `postscript' in comment.
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:46 +0000 (20:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:46 +0000 (20:21 +0000)
lisp/gs.el

index 2a368ba..cbce200 100644 (file)
@@ -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)))