diff options
author | Glenn Morris <rgm@gnu.org> | 2016-12-12 17:17:34 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-12-12 17:17:34 -0500 |
commit | 3c655230d2517d091d6af9835031cbc5d665dccb (patch) | |
tree | 9582b98a8ed7ec5159b7f5f0dbf9745d650a6cb9 /doc/lispref/elisp.texi | |
parent | ffb1302123610699424d79b96352a9ad16d2b048 (diff) | |
download | emacs-3c655230d2517d091d6af9835031cbc5d665dccb.tar.gz |
Obsolete gs.el
* lisp/gs.el: Move to lisp/obsolete. (Bug#1524)
* doc/lispref/display.texi (Image Formats): Remove postscript.
(PostScript Images): Remove section.
* doc/lispref/elisp.texi: Update menu.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 4a53a0cd364..494e8fcb6c3 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -1472,7 +1472,6 @@ Images * Image Descriptors:: How to specify an image for use in @code{:display}. * XBM Images:: Special features for XBM format. * XPM Images:: Special features for XPM format. -* PostScript Images:: Special features for PostScript format. * ImageMagick Images:: Special features available through ImageMagick. * Other Image Types:: Various other formats are supported. * Defining Images:: Convenient ways to define an image for later use. |