Improve docstring of `org-agenda-filter-by-category'

This commit is contained in:
Carsten Dominik 2019-09-06 15:58:17 +02:00
parent c47a7394a0
commit 9e09c8d267
1 changed files with 2 additions and 2 deletions

View File

@ -7468,8 +7468,8 @@ With a prefix argument, do so in all agenda buffers."
(defun org-agenda-filter-by-category (strip)
"Filter lines in the agenda buffer that have a specific category.
The category is that of the current line.
Without prefix argument, keep only the lines of that category.
With a prefix argument, exclude the lines of that category."
With a `\\[universal-argument]' prefix argument, exclude the lines of that category.
When there is already a category filter in place, this command removes the filter."
(interactive "P")
(if (and org-agenda-filtered-by-category
org-agenda-category-filter)