Explorar o código

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

Bastien Guerry %!s(int64=14) %!d(string=hai) anos
pai
achega
0f33e18983
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)