Don't expect a result, it just inserts

This commit is contained in:
Tom Willemse 2014-01-27 23:46:01 +01:00
parent 6dada9e33d
commit 9482a594cc

View file

@ -307,8 +307,7 @@ See the docstring for `edocs--module-name' for more information."
(insert name)))
(insert " " (or args ""))
(edocs--with-tag "blockquote" '(("class" . "docstring"))
(insert (or (edocs--format-doc exporter doc known-symbols)
"Not documented.")))))
(edocs--format-doc exporter doc known-symbols))))
(defmethod edocs--export-insert-definition
((exporter edocs-ascii-exporter) type name args doc known-symbols)