Only remove ;; at the beginning of the line
This commit is contained in:
parent
a4b8e96232
commit
5189acf5d9
1 changed files with 2 additions and 2 deletions
2
edocs.el
2
edocs.el
|
@ -189,7 +189,7 @@ KNOWN-SYMBOLS is used for referencing symbols found in other
|
||||||
parts of the module."
|
parts of the module."
|
||||||
(edocs--format-text
|
(edocs--format-text
|
||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
";; " "" (replace-regexp-in-string
|
"^;; " "" (replace-regexp-in-string
|
||||||
";;; Commentary:\n+" "" cmt)) known-symbols))
|
";;; Commentary:\n+" "" cmt)) known-symbols))
|
||||||
|
|
||||||
(defun edocs--format-doc (doc known-symbols)
|
(defun edocs--format-doc (doc known-symbols)
|
||||||
|
|
Loading…
Reference in a new issue