org-agenda.el: Minor fixes

* lisp/org-agenda.el (org-agenda-filter): Tiny formatting fix.
(org-agenda-filter-completion-function): Fix docstring typo.
This commit is contained in:
Bastien 2020-01-29 21:48:58 +01:00
parent c2aebcee27
commit 2820c2c4aa
1 changed files with 2 additions and 3 deletions

View File

@ -7711,11 +7711,10 @@ the variable `org-agenda-auto-exclude-function'."
(and fe (org-agenda-filter-apply
(setq org-agenda-effort-filter fe) 'effort))
(and fr (org-agenda-filter-apply
(setq org-agenda-regexp-filter fr) 'regexp))
)))
(setq org-agenda-regexp-filter fr) 'regexp)))))
(defun org-agenda-filter-completion-function (string _predicate &optional flag)
"Complete a complex filter string
"Complete a complex filter string.
FLAG specifies the type of completion operation to perform. This
function is passed as a collection function to `completing-read',
which see."