From 731a68a644b99a0214a65fd4eb9d012d11f73c54 Mon Sep 17 00:00:00 2001 From: Atha <74566464+Pandademic@users.noreply.github.com> Date: Sat, 9 Apr 2022 14:05:41 -0400 Subject: [PATCH] clean up grammar --- nord-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nord-theme.el b/nord-theme.el index fbceb89..19234bf 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -39,7 +39,7 @@ ;;; Code: (unless (>= emacs-major-version 24) - (error "Nord theme requires Emacs 24 or later!")) + (error "The Nord theme requires Emacs 24 or later!")) (deftheme nord "An arctic, north-bluish clean and elegant theme") @@ -49,7 +49,7 @@ :group 'faces) (defcustom nord-comment-brightness 10 - "Allows to define a custom comment color brightness with percentage adjustments from 0% - 20%. + "Allows you to define a custom comment color brightness with percentage adjustments from 0% - 20%. As of version 0.4.0, this variable is obsolete/deprecated and has no effect anymore and will be removed in version 1.0.0! The comment color brightness has been increased by 10% by default. Please see https://github.com/arcticicestudio/nord-emacs/issues/73 for more details."