org-agenda-clock-goto: complete the docstring.

This commit is contained in:
Bastien Guerry 2010-08-12 10:27:05 +02:00
parent 2ec42a4c12
commit 0f33e18983
1 changed files with 3 additions and 1 deletions

View File

@ -7143,7 +7143,9 @@ The cursor may be at a date in the calendar, or in the Org agenda."
(org-clock-cancel)))
(defun org-agenda-clock-goto ()
"Jump to the currently clocked in task within the agenda."
"Jump to the currently clocked in task within the agenda.
If the currently clocked in task is not listed in the agenda
buffer, display it in another window."
(interactive)
(let (pos)
(mapc (lambda (o)