summaryrefslogtreecommitdiffstats
path: root/edocs.el
diff options
context:
space:
mode:
Diffstat (limited to 'edocs.el')
-rw-r--r--edocs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/edocs.el b/edocs.el
index 696fa9f..6e11317 100644
--- a/edocs.el
+++ b/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)