tweak kmn method signature to use dashes instead of slashes
This commit is contained in:
parent
54658e937e
commit
692779efbc
|
@ -208,6 +208,6 @@ position between last non-whitespace and `end-of-line'."
|
||||||
)
|
)
|
||||||
|
|
||||||
; subtract 3 days from a date string
|
; 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)
|
(kmn/date-string-days-math date-string -3)
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue