From c6348e622c96dfce285e19701540813107367c3d Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 1 Jan 2024 16:01:31 -0600 Subject: [PATCH] WIP: Docstring --- org-ql-search.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-ql-search.el b/org-ql-search.el index fa2e9f5..02a17bd 100644 --- a/org-ql-search.el +++ b/org-ql-search.el @@ -168,9 +168,9 @@ SUPER-GROUPS: An `org-super-agenda' group set. See variable `org-super-agenda-groups' and Info node `(org-super-agenda)Group selectors'. -NARROW: When non-nil, don't widen buffers before searching. -Interactively, when buffer is narrowed, search within subtree -narrowed to. +NARROW: Passed to `org-ql-select', but set automatically when +called interactively based on the value of BUFFERS-FILES; the +user should not need to pass this argument. SORT: One or a list of `org-ql' sorting functions, like `date' or `priority' (see Info node `(org-ql)Listing / acting-on results').