[Org] Update docstring for timeline formatter

This commit is contained in:
Daniel - 2018-01-07 17:28:42 +01:00
parent 3d283d600f
commit 64c4f231bd
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 2 deletions

View File

@ -1106,8 +1106,9 @@ Resulting gaps are distributed evenly among adjacent slots."
(defun db/org-format-timeline (tstart tend &optional files)
"Display timeline of tasks in FILES between TSTART and TEND.
When not given, FILES defaults to `org-agenda-files. When
called interactively, START and END are queried with
When not given, FILES defaults to `org-agenda-files. Short
slots are removed, and afterwards slots are clusted by category.
When called interactively, START and END are queried with
`org-read-date."
(interactive (list (org-read-date nil nil nil "Start time: ")
(org-read-date nil nil nil "End time: ")))