branch: elpa/adoc-mode
commit a8142043e5b5074bad69bc5a70e813537e06ebde
Author: sensorflo <[email protected]>
Commit: sensorflo <[email protected]>
adoc customization group comment puts more emphasis on that most faces
belong to markup-faces
---
adoc-mode.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index 1c2708c979..6e33aaf992 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -187,7 +187,12 @@ taken from that version's asciidoc.conf / manual.")
;;;; customization
(defgroup adoc nil
- "Support for AsciiDoc documents."
+ "Major-mode for editing AsciiDoc files in Emacs.
+
+Most faces adoc-mode uses belong to the markup-faces
+customization group, see link below, and have to be customized
+there. adoc-mode has only a few faces of its own, which can be
+customized on this page."
:group 'wp
:link '(custom-group-link markup-faces))