Browse Source

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

Bastien Guerry 14 years ago
parent
commit
0f33e18983
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lisp/org-agenda.el

+ 3 - 1
lisp/org-agenda.el

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