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

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

[elpa] externals/standard-themes d42476b787 2/2: Correct doc in internal


From: ELPA Syncer
Subject: [elpa] externals/standard-themes d42476b787 2/2: Correct doc in internal variable
Date: Thu, 1 Dec 2022 09:58:03 -0500 (EST)

branch: externals/standard-themes
commit d42476b7871ee11c4b4727e7b009cf9b3ad79322
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Correct doc in internal variable
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index e9bfea22a2..c44b8d80a3 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -85,7 +85,6 @@ This affects comments, doc strings, and some other minor 
elements."
   '(set :tag "Properties" :greedy t
         (const :tag "Proportionately spaced font (variable-pitch)" 
variable-pitch)
         (choice :tag "Font weight (must be supported by the typeface)"
-                (const :tag "Bold (default)" nil)
                 (const :tag "Thin" thin)
                 (const :tag "Ultra-light" ultralight)
                 (const :tag "Extra-light" extralight)
@@ -94,6 +93,7 @@ This affects comments, doc strings, and some other minor 
elements."
                 (const :tag "Regular" regular)
                 (const :tag "Medium" medium)
                 (const :tag "Semi-bold" semibold)
+                (const :tag "Bold" bold)
                 (const :tag "Extra-bold" extrabold)
                 (const :tag "Ultra-bold" ultrabold))
         (radio :tag "Height"



reply via email to

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