org-clock-timestamps-down: Fix typo in docstring

Reported in https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-12/msg01841.html
This commit is contained in:
Ihor Radchenko 2021-12-25 22:25:24 +08:00
parent fbff082f73
commit 377d6247af
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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))