Don't expect a result, it just inserts
This commit is contained in:
parent
6dada9e33d
commit
9482a594cc
1 changed files with 1 additions and 2 deletions
3
edocs.el
3
edocs.el
|
@ -307,8 +307,7 @@ See the docstring for `edocs--module-name' for more information."
|
||||||
(insert name)))
|
(insert name)))
|
||||||
(insert " " (or args ""))
|
(insert " " (or args ""))
|
||||||
(edocs--with-tag "blockquote" '(("class" . "docstring"))
|
(edocs--with-tag "blockquote" '(("class" . "docstring"))
|
||||||
(insert (or (edocs--format-doc exporter doc known-symbols)
|
(edocs--format-doc exporter doc known-symbols))))
|
||||||
"Not documented.")))))
|
|
||||||
|
|
||||||
(defmethod edocs--export-insert-definition
|
(defmethod edocs--export-insert-definition
|
||||||
((exporter edocs-ascii-exporter) type name args doc known-symbols)
|
((exporter edocs-ascii-exporter) type name args doc known-symbols)
|
||||||
|
|
Loading…
Reference in a new issue