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 " " (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)
|
||||
|
|
Loading…
Reference in a new issue