0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 23:46:27 +00:00

org.el (org-clock-is-active): Fix docstring

* org.el (org-clock-is-active): Fix docstring.

Thanks to Łukasz Stelmach for pointing this.
This commit is contained in:
Bastien Guerry 2013-07-04 10:32:33 +02:00
parent 8e56168945
commit 17b6b708ba

View file

@ -4338,8 +4338,8 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
(defvar org-clock-heading ""
"The heading of the current clock entry.")
(defun org-clock-is-active ()
"Return non-nil if clock is currently running.
The return value is actually the clock marker."
"Return the buffer where the clock is currently running.
Return nil if no clock is running."
(marker-buffer org-clock-marker))
(eval-and-compile