Docs: (org-ql) Improve docstring

This commit is contained in:
Adam Porter 2019-07-21 17:21:17 -05:00
parent 3133c4f33b
commit 88ba3d3933
2 changed files with 5 additions and 0 deletions

View file

@ -218,6 +218,8 @@ If ~NARROW~ is non-nil, buffers are not widened.
Find entries in ~BUFFERS-OR-FILES~ that match ~QUERY~, and return the results of running ~ACTION-FN~ on each matching entry.
Unlike the corresponding function ~org-ql-query~, arguments to this macro should not be quoted.
~BUFFERS-OR-FILES~ is a form which should evaluate to one (or a list of) file(s) or buffer(s).
~QUERY~ is an ~org-ql~ query sexp, unquoted.