tweak kmn method signature to use dashes instead of slashes

This commit is contained in:
KemoNine 2023-04-17 10:50:40 -04:00
parent 54658e937e
commit 692779efbc
1 changed files with 1 additions and 1 deletions

View File

@ -208,6 +208,6 @@ position between last non-whitespace and `end-of-line'."
)
; subtract 3 days from a date string
(defun kmn/date/string/minus-three-days (date-string)
(defun kmn/date-string-minus-three-days (date-string)
(kmn/date-string-days-math date-string -3)
)