Function: rst-compile-alt-toolset
rst-compile-alt-toolset is an interactive and byte-compiled function
defined in rst.el.gz.
Signature
(rst-compile-alt-toolset)
Documentation
Compile command with the alternative tool-set.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-compile-alt-toolset ()
"Compile command with the alternative tool-set."
(interactive)
(rst-compile t))