aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 18:44:20 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 18:44:20 -0600
commiteb25d26856f82e61257ae5db9846e5fb3269a67a (patch)
tree5688ab3938958e054570f881f3bedf179e70e617
parent2f71678ffec510958d2bd237cc686d8f9ad90933 (diff)
downloadchime-eb25d26856f82e61257ae5db9846e5fb3269a67a.tar.gz
chime-eb25d26856f82e61257ae5db9846e5fb3269a67a.zip
Fix docstring grammar and remove double blank line
-rw-r--r--chime.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/chime.el b/chime.el
index 1599ba4..5ed6b06 100644
--- a/chime.el
+++ b/chime.el
@@ -616,7 +616,7 @@ for org-agenda-files to be populated)."
(defun chime--time= (&rest list)
"Compare timestamps.
-Comparison is performed by converted each element of LIST onto string
+Comparison is performed by converting each element of LIST to a string
in order to ignore seconds."
(->> list
(--map (format-time-string "%Y-%m-%d %H:%M" it))
@@ -1310,7 +1310,6 @@ Combines keyword, tag, and custom predicate blacklists."
"chime-predicate-blacklist")))
string-end)))
-
(defun chime-environment-regex ()
"Generate regex for environment variables to inject into async process."
(macroexpand