From ee4af962022786f82b389be4b13018800ace63c7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 13 Oct 2018 23:27:47 +0200 Subject: [PATCH] org-clock: Fix typo in docstring * lisp/org-clock.el (org-clock-special-range): Fix typo in docstring. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index ca05dfd71..420fdadfe 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2121,7 +2121,7 @@ time. 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 -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 times will be formatted strings. -- 2.11.4.GIT