summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-12-29 12:35:51 +0100
committerBastien Guerry <bzg@altern.org>2012-12-29 12:35:51 +0100
commit3b994e78fbc1dd920b44dc661e974fc438d40d19 (patch)
treed595999f46d6a41b3894155a919305213e0bc3f6
parent0bca49801eac749b6adf39b176b9455566faac85 (diff)
downloadorg-mode-3b994e78fbc1dd920b44dc661e974fc438d40d19.tar.gz
org-clock.el (org-clock-special-range): Small docstring fix
* org-clock.el (org-clock-special-range): Small docstring fix.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 982f202..d6c5108 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -1978,7 +1978,7 @@ buffer and update it."
"Return two times bordering a special time range.
Key is a symbol specifying the range and can be one of `today', `yesterday',
`thisweek', `lastweek', `thismonth', `lastmonth', `thisyear', `lastyear'.
-A week starts Monday 0:00 and ends Sunday 24:00.
+By default, a week starts Monday 0:00 and ends Sunday 24:00.
The range is determined relative to TIME. TIME defaults to the current time.
The return value is a cons cell with two internal times like the ones
returned by `current time' or `encode-time'. If AS-STRINGS is non-nil,