branch: externals/org
commit c6168b4fdd8c73974d9da270a2be0d46c178a29a
Author: Morgan Smith <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-agenda-filter-completion-function: Add info page to docstring
* lisp/org-agenda.el (org-agenda-filter-completion-function): Add link
to info page.
---
lisp/org-agenda.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index d3f6255855..0c530e2ffd 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -8204,6 +8204,9 @@ the variable `org-agenda-auto-exclude-function'."
(defun org-agenda-filter-completion-function (string _predicate &optional flag)
"Complete a complex filter string.
+
+See the Info Node `(org) Filtering/limiting agenda items'.
+
FLAG specifies the type of completion operation to perform. This
function is passed as a collection function to `completing-read',
which see."