Browse Source

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

* org.el (org-time-string-to-absolute): Tiny docstring enhancement.
Bastien Guerry 12 years ago
parent
commit
5b9a771040
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org.el

+ 2 - 2
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