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

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

[nongnu] elpa/adoc-mode 879f594ac9 017/199: comment change / removed a f


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 879f594ac9 017/199: comment change / removed a few unneeded adoc face variables
Date: Sun, 3 Sep 2023 06:59:12 -0400 (EDT)

branch: elpa/adoc-mode
commit 879f594ac9f681fc820103dee2ef2d6d70754b6b
Author: Florian Kaufmann <sensorflo@gmail.com>
Commit: Florian Kaufmann <sensorflo@gmail.com>

    comment change / removed a few  unneeded adoc face variables
---
 adoc-mode.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index ee59b3c38d..e1901e09d8 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -125,7 +125,7 @@ This is a list of two floats. The first is negative and 
specifies
 how much subscript is lowered, the second is positive and
 specifies how much superscript is raised. Heights are measured
 relative to that of the normal text. The faces used are
-adoc-superscript and adoc-subscript respectively.
+markup-superscript-face and markup-subscript-face respectively.
 
 You need to call `adoc-calc' after a change."
   :type '(list (float :tag "Subscript")
@@ -316,10 +316,6 @@ aligned.
 (defvar adoc-align 'adoc-align)
 (defvar adoc-generic 'markup-gen-face)
 (defvar adoc-monospace 'markup-typewriter-face)
-(defvar adoc-strong 'markup-strong-face)
-(defvar adoc-emphasis 'markup-emphasis-face)
-(defvar adoc-superscript 'markup-superscript-face)
-(defvar adoc-subscript 'markup-subscript-face)
 (defvar adoc-replacement 'markup-replacement-face)
 (defvar adoc-complex-replacement 'markup-complex-replacement-face)
 (defvar adoc-table-del 'markup-table-face)



reply via email to

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