branch: elpa/adoc-mode
commit 734527e2d4534d3c6078338637420a54898e2863
Author: Florian Kaufmann <sensor...@gmail.com>
Commit: Florian Kaufmann <sensor...@gmail.com>

    added link to markup-faces within customization group
---
 adoc-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 427a7e9884..7f9275877f 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -122,7 +122,8 @@ taken from that version's asciidoc.conf / manual.")
 ;;;; customization  
 (defgroup adoc nil
   "Support for AsciiDoc documents."
-  :group 'wp)
+  :group 'wp
+  :link '(custom-group-link markup-faces))
 
 (defcustom adoc-script-raise '(-0.3 0.3)
   "How much to lower and raise subscript and superscript content.

Reply via email to