Tweak default duration format

This commit is contained in:
contrapunctus 2022-02-24 15:47:06 +05:30
parent 7334be5743
commit 9ef3337c5a
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
;; divisor:1 ends here
;; [[file:chronometrist-third.org::*duration-format][duration-format:1]]
(defcustom chronometrist-third-duration-format "%H, %M, and %S%z"
(defcustom chronometrist-third-duration-format "%H, %M and %S%z"
"Format string for durations, passed to `format-seconds'."
:type 'string)
;; duration-format:1 ends here

View File

@ -56,7 +56,7 @@
** duration-format :custom:variable:
#+BEGIN_SRC emacs-lisp
(defcustom chronometrist-third-duration-format "%H, %M, and %S%z"
(defcustom chronometrist-third-duration-format "%H, %M and %S%z"
"Format string for durations, passed to `format-seconds'."
:type 'string)
#+END_SRC