|
@@ -431,7 +431,7 @@ variable to be globally bound."
|
|
|
;;; to override the 7-day default.
|
|
|
|
|
|
(defun org-bbdb-date-list (d n)
|
|
|
- "Return a list of dates in (m d y) format from the given date D to n-1 days hence."
|
|
|
+ "Return list of dates in (m d y) format from the given date D to n-1 days hence."
|
|
|
(let ((abs (calendar-absolute-from-gregorian d)))
|
|
|
(mapcar (lambda (i) (calendar-gregorian-from-absolute (+ abs i)))
|
|
|
(number-sequence 0 (1- n)))))
|