org-clock: Fix typo in docstring

* lisp/org-clock.el (org-clock-special-range): Fix typo in docstring.
This commit is contained in:
Nicolas Goaziou 2018-10-13 23:27:47 +02:00
parent d59ca13c20
commit ee4af96202
1 changed files with 1 additions and 1 deletions

View File

@ -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.