Bläddra i källkod

org-dblock-write:clocktable: Fix typo in error string

Reported in https://list.orgmode.org/874k5uu85j.fsf@yandex.com/T/#u
Ihor Radchenko 3 år sedan
förälder
incheckning
5b404a2225
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -2506,7 +2506,7 @@ the currently selected interval size."
       (when step
 	;; Write many tables, in steps
 	(unless (or block (and ts te))
-	  (user-error "Clocktable `:step' can only be used with `:block' or `:tstart, :end'"))
+	  (user-error "Clocktable `:step' can only be used with `:block' or `:tstart', `:tend'"))
 	(org-clocktable-steps params)
 	(throw 'exit nil))