From d1331af647c8ff340cf6c7437a6cc641950c9c8a Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 19 Apr 2024 10:13:53 +0800 Subject: [PATCH] eliminate warnings --- doom-modeline-core.el | 4 ++-- test/doom-modeline-core-test.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doom-modeline-core.el b/doom-modeline-core.el index de5e918b..a7e34738 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -237,8 +237,8 @@ It respects option `doom-modeline-icon' and option `doom-modeline-time-icon'." (defcustom doom-modeline-time-analogue-clock t "Whether to draw an analogue clock SVG as the live time icon. -It respects options `doom-modeline-icon', `doom-modeline-time-icon', and -`doom-modeline-time-live-icon'." +It respects the option `doom-modeline-icon', option `doom-modeline-time-icon', +and option `doom-modeline-time-live-icon'." :type 'boolean :group 'doom-modeline) diff --git a/test/doom-modeline-core-test.el b/test/doom-modeline-core-test.el index 14ecf705..295cc1e5 100644 --- a/test/doom-modeline-core-test.el +++ b/test/doom-modeline-core-test.el @@ -32,7 +32,7 @@ (require 'cl-lib) (require 'doom-modeline-core) -;; ;; XXX: This is a precaution for older Emacsen that may ship with +;; XXX: This is a precaution for older Emacsen that may ship with ;; outdated versions of `project'. (load "project")