branch: externals/org commit 9512bf250a39b2232614c281872c2722ff9b5f14 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-clock-out-hook: Clarify point location when hook is executed * lisp/org-clock.el (org-clock-out-hook): Clarify that the point is at the clock line when the hook is executed. --- lisp/org-clock.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index e0d93c11c4..44e63bf555 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -514,7 +514,8 @@ to add an effort property.") (defvar org-clock-in-hook nil "Hook run when starting the clock.") (defvar org-clock-out-hook nil - "Hook run when stopping the current clock.") + "Hook run when stopping the current clock. +The point is at the current clock line when the hook is executed.") (defvar org-clock-cancel-hook nil "Hook run when canceling the current clock.")