diff options
| author | Glenn Morris | 2011-01-04 09:04:10 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-04 09:04:10 -0800 |
| commit | 3f1b6eb290b0631885a40ed034839d3dbc04b121 (patch) | |
| tree | d302c11a346221c8ddf4b04d668a654ceb20a032 | |
| parent | d56122285406b2dc5b104f414055a17cbd5a36d8 (diff) | |
| download | emacs-3f1b6eb290b0631885a40ed034839d3dbc04b121.tar.gz emacs-3f1b6eb290b0631885a40ed034839d3dbc04b121.zip | |
* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c4473d94b7..d30fb04148a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-01-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/rst.el (rst-compile-toolsets): | ||
| 4 | Add pdf and s5 to option alist. | ||
| 5 | |||
| 1 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> | 6 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> |
| 2 | 7 | ||
| 3 | * net/dbus.el (dbus-register-property): Added optional parameter | 8 | * net/dbus.el (dbus-register-property): Added optional parameter |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 34ac6000d0c..243382e502b 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -3255,7 +3255,7 @@ document with \\[rst-compile]." | |||
| 3255 | An association list of the toolset to a list of the (command to use, | 3255 | An association list of the toolset to a list of the (command to use, |
| 3256 | extension of produced filename, options to the tool (nil or a | 3256 | extension of produced filename, options to the tool (nil or a |
| 3257 | string)) to be used for converting the document." | 3257 | string)) to be used for converting the document." |
| 3258 | :type '(alist :options (html latex newlatex pseudoxml xml) | 3258 | :type '(alist :options (html latex newlatex pseudoxml xml pdf s5) |
| 3259 | :key-type symbol | 3259 | :key-type symbol |
| 3260 | :value-type (list :tag "Specification" | 3260 | :value-type (list :tag "Specification" |
| 3261 | (file :tag "Command") | 3261 | (file :tag "Command") |