branch: elpa/adoc-mode
commit 2bcfcea74379a1a9bba375e3bfd3c0be95ae913a
Author: sensorflo <sensor...@gmail.com>
Commit: sensorflo <sensor...@gmail.com>

    improved comments
---
 adoc-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 911a599fa4..793c72a5a0 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1574,7 +1574,6 @@ meta characters."
 
 ;; largely copied from adoc-kw-inline-macro
 ;; todo: output text should be affected by quotes & co, e.g. bold, emph, ...
-;; todo: for simplicity maybe split up in one for url[] and url[caption]
 (defun adoc-kw-inline-macro-urls-attribute-list ()
   (let ((cmd-name (regexp-opt '("http" "https" "ftp" "file" "irc" "mailto" 
"callto" "link")))
        (attribute-list '(("caption") (("caption" . markup-reference-face)))))

Reply via email to