emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode 865d7342ab 185/199: Fix a typo


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 865d7342ab 185/199: Fix a typo
Date: Sun, 3 Sep 2023 06:59:45 -0400 (EDT)

branch: elpa/adoc-mode
commit 865d7342abc38bc3755c29e63763dd6e36d89fb3
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]