[ xemacs-buildreports deleted from the cc: list. ]
Adrian.Aichner(a)t-online.de (Adrian Aichner) wrote:
To programmatically query whether or not a particular file format
is
supported, you can use the @code{featurep} function, with one of:
@code{gif}, @code{tiff}, @code{jpeg}, @code{xpm}, @code{xbm},
-@code{png}, or @code{xface}. @xref{Image Specifiers} for an up-to-date
-list. Example:
+@code{png}, or @code{xface}. For an up-to-date list see @ref{Image
+Specifiers}. Example:
@example
;; Returns `t' if TIFF is supported:
Does it look like the right fix?
If I'm reading the texinfo docs correctly, I think the right fix is
to keep everything the same, except add a comma after the @xref closing
brace ("}"), like:
@code{gif}, @code{tiff}, @code{jpeg}, @code{xpm}, @code{xbm},
@code{png}, or @code{xface}. @xref{Image Specifiers}, for an up-to-date
list. Example:
(I think I need to update my copy of texinfo; makeinfo didn't complain
about the missing comma.)
--
Darryl Okahata
darrylo(a)soco.agilent.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.