branch: elpa/adoc-mode commit 865d7342abc38bc3755c29e63763dd6e36d89fb3 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix a typo --- adoc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc-mode.el b/adoc-mode.el index 4cd8ddb67f..f373932bc2 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -691,7 +691,7 @@ AsciiDoc: *bold emphasis text* or _emphasis text_ (defvar adoc-attribute-face 'adoc-attribute-face) (defface adoc-anchor-face - '((t :inherid adoc-meta-face :overline t)) + '((t :inherit adoc-meta-face :overline t)) "For the name/id of an anchor." :group 'adoc-faces) (defvar adoc-anchor-face 'adoc-anchor-face)