Explorar o código

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

Reported in https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-12/msg01841.html
Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
377d6247af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
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))