Tidy: Docstring, add comment
This commit is contained in:
parent
5fab48e2cd
commit
6ced616836
2 changed files with 7 additions and 4 deletions
|
|
@ -1006,6 +1006,10 @@ property."
|
|||
;; These functions are somewhat regrettable because of the need to keep them
|
||||
;; in sync, but it seems worth it to provide users with the flexibility.
|
||||
|
||||
;; FIXME: `check-declare' declares that this function is not in org-ql-search, even though
|
||||
;; it is. It appears to happen because `org-ql-search-directories-files' is declared with
|
||||
;; `cl-defun', because when I remove "cl-", it finds it. This makes no sense, because the
|
||||
;; source code of `check-declare' shows that it searches for "cl-defun" declarations.
|
||||
(declare-function org-ql-search-directories-files "org-ql-search" t)
|
||||
|
||||
(defun org-ql-view--contract-buffers-files (buffers-files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue