From 3a10fe593db77c2b76616c441739838e46f7fdff Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 9 Jun 2019 00:09:32 -0500 Subject: [PATCH] Docs: Fix argument name --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d6cc25f..4d3c393 100644 --- a/README.org +++ b/README.org @@ -188,7 +188,7 @@ If ~NARROW~ is non-nil, buffers are not widened. **** Macro: ~org-ql~ -/Arguments:/ ~(buffers-or-files pred-body &key sort narrow markers action)~ +/Arguments:/ ~(buffers-or-files query &key sort narrow markers action)~ Find entries in ~BUFFERS-OR-FILES~ that match ~QUERY~, and return the results of running ~ACTION-FN~ on each matching entry.