0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:37:47 +00:00

Fix docstring typo

* lisp/org-clock.el (org-clocktable-steps): Fix docstring typo.
This commit is contained in:
Kyle Meyer 2019-01-12 23:46:00 -05:00
parent 2cf951cdfc
commit cbc43c1f01

View file

@ -2687,7 +2687,7 @@ LEVEL is an integer. Indent by two spaces per level above 1."
(concat "\\_" (make-string (* 2 (1- level)) ?\s))))
(defun org-clocktable-steps (params)
"Create one ore more clock tables, according to PARAMS.
"Create one or more clock tables, according to PARAMS.
Step through the range specifications in plist PARAMS to make
a number of clock tables."
(let* ((ignore-empty-tables (plist-get params :stepskip0))