Comment: Add MAYBE

This commit is contained in:
Adam Porter 2019-07-16 19:01:26 -05:00
parent 66f36be2ca
commit bc4bdc1587

View file

@ -275,6 +275,7 @@ default buffer."
(current-buffer))) (current-buffer)))
(defun org-ql-agenda--format-relative-date (difference) (defun org-ql-agenda--format-relative-date (difference)
;; MAYBE: Make this a `defsubst'.
"Return relative date string for DIFFERENCE. "Return relative date string for DIFFERENCE.
DIFFERENCE should be an integer number of days, positive for DIFFERENCE should be an integer number of days, positive for
dates in the past, and negative for dates in the future." dates in the past, and negative for dates in the future."