summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-10-28 12:19:21 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-10-28 12:19:56 +0100
commitf774552a006c5b7ee935e061b19f4a2a687ff922 (patch)
tree6186892725a818edcefb0c360edfdf18655a3ba0
parentb9676a25756338b6ce22b673e72bffcd4f157e9c (diff)
downloadorg-mode-f774552a006c5b7ee935e061b19f4a2a687ff922.tar.gz
org-agenda: Clarify docstring
* lisp/org-agenda.el (org-scheduled-past-days): Clarify docstring.
-rw-r--r--lisp/org-agenda.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index e925ba1..a52dd33 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1284,9 +1284,9 @@ shown, either today or the nearest into the future."
(defcustom org-scheduled-past-days 10000
"Number of days to continue listing scheduled items not marked DONE.
-When an item is scheduled on a date, it shows up in the agenda on this
-day and will be listed until it is marked done for the number of days
-given here."
+When an item is scheduled on a date, it shows up in the agenda on
+this day and will be listed until it is marked done or for the
+number of days given here."
:group 'org-agenda-daily/weekly
:type 'integer)