Correct docstring

This commit is contained in:
contrapunctus 2021-09-04 17:29:34 +05:30
parent 9989cbf3d0
commit 297f288130
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ Value must be a keyword corresponding to a key in
"From BACKEND, return total time recorded on DATE as integer seconds.")
(cl-defgeneric chronometrist-active-days (backend task &key start end)
"From BACKEND, return total time recorded on DATE as integer seconds.")
"From BACKEND, return number of days on which TASK had recorded time.")
(cl-defgeneric chronometrist-insert (backend plist)
"Insert PLIST as new record in BACKEND.")

View File

@ -997,7 +997,7 @@ Value must be a keyword corresponding to a key in
**** active-days :generic:function:
#+BEGIN_SRC emacs-lisp
(cl-defgeneric chronometrist-active-days (backend task &key start end)
"From BACKEND, return total time recorded on DATE as integer seconds.")
"From BACKEND, return number of days on which TASK had recorded time.")
#+END_SRC
**** insert :generic:function: