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

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

[elpa] externals/boxy-headings 3d0de95dba 02/45: Typo in deffaces


From: ELPA Syncer
Subject: [elpa] externals/boxy-headings 3d0de95dba 02/45: Typo in deffaces
Date: Sun, 5 May 2024 22:50:51 -0400 (EDT)

branch: externals/boxy-headings
commit 3d0de95dbad26196dfb93e359603a75c21680b58
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@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 e654831c64..6893f2bd11 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]