From 17b6b708baf23b4e8d1d8f853d062fdbdefb20d3 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 4 Jul 2013 10:32:33 +0200 Subject: [PATCH] org.el (org-clock-is-active): Fix docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * org.el (org-clock-is-active): Fix docstring. Thanks to Ɓukasz Stelmach for pointing this. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 23563a694..e1b428d4a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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