From 5b9a7710405a83b827eb471339a1a99c5b11426a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 12 Feb 2013 09:01:46 +0100 Subject: [PATCH] org.el (org-time-string-to-absolute): Tiny docstring enhancement * org.el (org-time-string-to-absolute): Tiny docstring enhancement. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 461cdf094..75ef4a754 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16461,8 +16461,8 @@ days in order to avoid rounding problems." (defun org-time-string-to-absolute (s &optional daynr prefer show-all buffer pos) "Convert a time stamp to an absolute day number. -If there is a specifier for a cyclic time stamp, get the closest date to -DAYNR. +If there is a specifier for a cyclic time stamp, get the closest +date to DAYNR. PREFER and SHOW-ALL are passed through to `org-closest-date'. The variable date is bound by the calendar when this is called." (cond -- 2.11.4.GIT