瀏覽代碼

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

Bastien Guerry 14 年之前
父節點
當前提交
0f33e18983
共有 1 個文件被更改,包括 3 次插入1 次删除
  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)