summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edocs.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/edocs.el b/edocs.el
index a54d8b6..0ad0065 100644
--- a/edocs.el
+++ b/edocs.el
@@ -189,8 +189,9 @@ KNOWN-SYMBOLS is used for referencing symbols found in other
parts of the module."
(edocs--format-text
(replace-regexp-in-string
- "^;; " "" (replace-regexp-in-string
- ";;; Commentary:\n+" "" cmt)) known-symbols))
+ ";" "*" (replace-regexp-in-string
+ "^;; " "" (replace-regexp-in-string
+ ";;; Commentary:\n+" "" cmt))) known-symbols))
(defun edocs--format-doc (doc known-symbols)
"Perform formatting operations on DOC or on DOC's `cdr'.