org.el (org-time-string-to-absolute): Tiny docstring fix

* org.el (org-time-string-to-absolute): Tiny docstring fix.
This commit is contained in:
Bastien Guerry 2013-03-12 17:31:17 +01:00
parent 93489893dc
commit 5f38a32664
1 changed files with 1 additions and 1 deletions

View File

@ -16677,7 +16677,7 @@ days in order to avoid rounding problems."
If there is a specifier for a cyclic time stamp, get the closest If there is a specifier for a cyclic time stamp, get the closest
date to DAYNR. date to DAYNR.
PREFER and SHOW-ALL are passed through to `org-closest-date'. PREFER and SHOW-ALL are passed through to `org-closest-date'.
The variable date is bound by the calendar when this is called." The variable `date' is bound by the calendar when this is called."
(cond (cond
((and daynr (string-match "\\`%%\\((.*)\\)" s)) ((and daynr (string-match "\\`%%\\((.*)\\)" s))
(if (org-diary-sexp-entry (match-string 1 s) "" date) (if (org-diary-sexp-entry (match-string 1 s) "" date)