summaryrefslogtreecommitdiff
path: root/lisp/org/ol-bbdb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ol-bbdb.el')
-rw-r--r--lisp/org/ol-bbdb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ol-bbdb.el b/lisp/org/ol-bbdb.el
index 73627b901fa..444bde37cd8 100644
--- a/lisp/org/ol-bbdb.el
+++ b/lisp/org/ol-bbdb.el
@@ -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)))))