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

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

[elpa] externals/boxy-headlines e07a175 2/6: Typo in deffaces


From: ELPA Syncer
Subject: [elpa] externals/boxy-headlines e07a175 2/6: Typo in deffaces
Date: Mon, 4 Oct 2021 17:57:36 -0400 (EDT)

branch: externals/boxy-headlines
commit e07a175940cf002da5de7359a891f5ff6a83ac09
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Typo in deffaces
---
 boxy-headlines.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/boxy-headlines.el b/boxy-headlines.el
index e654831..6893f2b 100644
--- a/boxy-headlines.el
+++ b/boxy-headlines.el
@@ -111,11 +111,11 @@
 
 (defface boxy-headlines-default nil
   "Default face used in boxy mode."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (defface boxy-headlines-primary nil
   "Face for highlighting the name of a box."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-primary
@@ -125,7 +125,7 @@
 
 (defface boxy-headlines-selected nil
   "Face for the current box border under cursor."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-selected
@@ -134,7 +134,7 @@
 
 (defface boxy-headlines-rel nil
   "Face for the box which is related to the box under the cursor."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-rel
@@ -143,7 +143,7 @@
 
 (defface boxy-headlines-tooltip nil
   "Face for tooltips in a boxy diagram."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-tooltip



reply via email to

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