From 60d631c9c8a9923b5a17db2a0af888dca9d3b62b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 28 Nov 2023 11:24:09 -0500 Subject: [PATCH] Update docstring --- adwaita-dark-theme.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 36c9b1f..8b8da06 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -132,9 +132,8 @@ :group 'adwaita-dark-theme :type 'boolean) - (defcustom adwaita-dark-theme-gray-outlines nil - "When non-nil, outline faces will be the same shade of gray." + "When non-nil, `outline-mode' faces will be alternating shades of gray." :group 'adwaita-dark-theme :type 'boolean)