branch: externals/doric-themes commit 4900aea0523b0c0eb2b7e6ef921cc8b924875b7b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove incorrect parenthetic comment in a doc string --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 480e3931e2..4ba9b2b34b 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -75,7 +75,7 @@ themes that form part of this collection." (list 'const theme)) doric-themes-collection))) `(choice - (const :tag "No toggle (default)" nil) + (const :tag "No toggle" nil) (list :tag "Pick two themes to toggle between" (choice :tag "Theme one of two" ,@themes) (choice :tag "Theme two of two" ,@themes))))