summaryrefslogtreecommitdiff
path: root/modules/host-environment.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/host-environment.el')
-rw-r--r--modules/host-environment.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/host-environment.el b/modules/host-environment.el
index 6900a8df..3cec5df1 100644
--- a/modules/host-environment.el
+++ b/modules/host-environment.el
@@ -112,7 +112,7 @@ Tries multiple methods in order of reliability:
(when (string-match ".*/zoneinfo/\\(.+\\)" target)
(match-string 1 target))))
- ;; Default to nil - lets org-gcal use its default
+ ;; Default to nil if detection fails
nil))
(provide 'host-environment)