瀏覽代碼

org-clock: Fix typo in docstring

* lisp/org-clock.el (org-clock-special-range): Fix typo in docstring.
Nicolas Goaziou 6 年之前
父節點
當前提交
ee4af96202
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -2121,7 +2121,7 @@ time.
 
 
 The return value is a list containing two internal times, one for
 The return value is a list containing two internal times, one for
 the beginning of the range and one for its end, like the ones
 the beginning of the range and one for its end, like the ones
-returned by `current time' or `encode-time' and a string used to
+returned by `current-time' or `encode-time' and a string used to
 display information.  If AS-STRINGS is non-nil, the returned
 display information.  If AS-STRINGS is non-nil, the returned
 times will be formatted strings.
 times will be formatted strings.