branch: externals/standard-themes commit 7ed3e76368914c33330da94818917e32a8bf6456 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify doc of standard-themes-bold-constructs --- standard-themes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standard-themes.el b/standard-themes.el index 21050eefec..d12e0338ac 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -62,7 +62,8 @@ This is used by the command `standard-themes-toggle'." :group 'standard-themes) (defcustom standard-themes-bold-constructs nil - "Use bold text in more code constructs." + "When non-nil, use bold text in more code constructs. +This affects keywords, builtins, and a few other elements." :group 'standard-themes :package-version '(standard-themes . "1.0.0") :type 'boolean