diff lisp/textmodes/rst.el @ 112118:f6e033582333

* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
author Glenn Morris <rgm@gnu.org>
date Tue, 04 Jan 2011 09:04:10 -0800
parents 4e3dc3aca537
children
line wrap: on
line diff
--- a/lisp/textmodes/rst.el	Tue Jan 04 08:57:45 2011 -0800
+++ b/lisp/textmodes/rst.el	Tue Jan 04 09:04:10 2011 -0800
@@ -3255,7 +3255,7 @@
 An association list of the toolset to a list of the (command to use,
 extension of produced filename, options to the tool (nil or a
 string)) to be used for converting the document."
-  :type '(alist :options (html latex newlatex pseudoxml xml)
+  :type '(alist :options (html latex newlatex pseudoxml xml pdf s5)
                 :key-type symbol
                 :value-type (list :tag "Specification"
                              (file :tag "Command")