فهرست منبع

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

* org.el (org-time-string-to-absolute): Tiny docstring fix.
Bastien Guerry 12 سال پیش
والد
کامیت
5f38a32664
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -16677,7 +16677,7 @@ days in order to avoid rounding problems."
 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."
+The variable `date' is bound by the calendar when this is called."
   (cond
    ((and daynr (string-match "\\`%%\\((.*)\\)" s))
     (if (org-diary-sexp-entry (match-string 1 s) "" date)