Docs: (org-ql) Improve docstring
This commit is contained in:
parent
3133c4f33b
commit
88ba3d3933
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
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).
|
~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.
|
~QUERY~ is an ~org-ql~ query sexp, unquoted.
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,9 @@ match."
|
||||||
(action '(org-element-headline-parser (line-end-position))))
|
(action '(org-element-headline-parser (line-end-position))))
|
||||||
"Find entries in BUFFERS-OR-FILES that match QUERY, and return the results of running ACTION-FN on each matching entry.
|
"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
|
BUFFERS-OR-FILES is a form which should evaluate to one (or a
|
||||||
list of) file(s) or buffer(s).
|
list of) file(s) or buffer(s).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue