summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2019-09-06 15:58:17 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2019-09-06 15:58:17 +0200
commit9e09c8d26763d978de06d37a81bed3ee8c549dbf (patch)
tree80d7356f9aee160133dea13b307461b05d25d232
parentc47a7394a095e0f683ccc831ce8c6498caef7888 (diff)
downloadorg-mode-9e09c8d26763d978de06d37a81bed3ee8c549dbf.tar.gz
Improve docstring of `org-agenda-filter-by-category'
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 5532170..213b8f3 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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)