From 762fa160fd20ffd1e5bb3c961a5dea277401c237 Mon Sep 17 00:00:00 2001 From: "D. Williams" Date: Mon, 10 Aug 2020 23:03:38 +0200 Subject: [PATCH] Clarified position of string value in custom interface. --- org-superstar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-superstar.el b/org-superstar.el index e802e7a..297b083 100644 --- a/org-superstar.el +++ b/org-superstar.el @@ -118,7 +118,7 @@ variable for your changes to take effect." :format "Bullet character: %v\n" :tag "Simple bullet character") (string :value "◉" - :tag "Bullet character") + :tag "Bullet character (legacy method)") (list :tag "Advanced string and fallback" (string :value "◉" :format "String of characters to compose: %v")