Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2021-12-25 22:26:48 +08:00
commit ecce81dace
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -1750,7 +1750,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))