From f774552a006c5b7ee935e061b19f4a2a687ff922 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 28 Oct 2015 12:19:21 +0100 Subject: [PATCH] org-agenda: Clarify docstring * lisp/org-agenda.el (org-scheduled-past-days): Clarify docstring. --- lisp/org-agenda.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index e925ba116..a52dd3329 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)