emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 9512bf250a 1/3: org-clock-out-hook: Clarify point l


From: ELPA Syncer
Subject: [elpa] externals/org 9512bf250a 1/3: org-clock-out-hook: Clarify point location when hook is executed
Date: Wed, 25 Oct 2023 09:59:29 -0400 (EDT)

branch: externals/org
commit 9512bf250a39b2232614c281872c2722ff9b5f14
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]