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

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

[elpa] externals-release/org 377d6247af: org-clock-timestamps-down: Fix


From: ELPA Syncer
Subject: [elpa] externals-release/org 377d6247af: org-clock-timestamps-down: Fix typo in docstring
Date: Sat, 25 Dec 2021 09:57:39 -0500 (EST)

branch: externals-release/org
commit 377d6247afbaa0fa3fe182564234553179c2f4e2
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-clock-timestamps-down: Fix typo in docstring
    
    Reported in 
https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-12/msg01841.html
---
 lisp/org-clock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 143ed4f123..6f83fe2bcb 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -1747,7 +1747,7 @@ Optional argument N tells to change by that many units."
   (org-clock-timestamps-change 'up n))
 
 (defun org-clock-timestamps-down (&optional n)
-  "Increase CLOCK timestamps at cursor.
+  "Decrease CLOCK timestamps at cursor.
 Optional argument N tells to change by that many units."
   (interactive "P")
   (org-clock-timestamps-change 'down n))



reply via email to

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