branch: externals/standard-themes commit 0bb9b170d9ad7b1c08c07d7b04e9ea2e6ac026d5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify doc of standard-themes-italic-constructs --- standard-themes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standard-themes.el b/standard-themes.el index d12e0338ac..c613d6a415 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -70,7 +70,8 @@ This affects keywords, builtins, and a few other elements." :link '(info-link "(standard-themes) Bold constructs")) (defcustom standard-themes-italic-constructs nil - "Use italic text in more code constructs." + "When non-nil, use italic text in more code constructs. +This affects comments, doc strings, and some other minor elements." :group 'standard-themes :package-version '(standard-themes . "1.0.0") :type 'boolean