doc(docstring): update argument name in docstring

This commit is contained in:
contrapunctus 2021-06-05 10:05:37 +05:30
parent 0b605b4f98
commit 0e22c725db
2 changed files with 4 additions and 4 deletions

View File

@ -1961,8 +1961,8 @@ will also need to modify the value of `tabulated-list-entries' by
using `chronometrist-details-row-transformers'.")
(defun chronometrist-details-rows-helper (list)
"Return ARG as a string to be inserted in a `chronometrist-details' buffer.
ARG must be either tags (a list of symbols) or a plist."
"Return LIST as a string to be inserted in a `chronometrist-details' buffer.
LIST is either tags (a list of symbols) or a plist."
(let (contents custom)
(if (chronometrist-plist-p list)
(setq custom chronometrist-details-display-key-values

View File

@ -3119,8 +3119,8 @@ using `chronometrist-details-row-transformers'.")
**** rows-helper :reader:
#+BEGIN_SRC emacs-lisp
(defun chronometrist-details-rows-helper (list)
"Return ARG as a string to be inserted in a `chronometrist-details' buffer.
ARG must be either tags (a list of symbols) or a plist."
"Return LIST as a string to be inserted in a `chronometrist-details' buffer.
LIST is either tags (a list of symbols) or a plist."
(let (contents custom)
(if (chronometrist-plist-p list)
(setq custom chronometrist-details-display-key-values