mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-28 07:44:49 +00:00
Improve docstring of `org-agenda-filter-by-category'
This commit is contained in:
parent
c47a7394a0
commit
9e09c8d267
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user