Backport commit 34a73666d from Emacs
* lisp/org-agenda.el (org-agenda-filter-by-category): Shorten doc strings to not exceed 80-column limits. (Bug#44858) Shorten some over-wide docstrings in functions and macros 34a73666d9559d948815a53b63dc36cc878d5aff Stefan Kangas Sat Dec 19 18:21:06 2020 +0100
This commit is contained in:
parent
d904f9e5da
commit
263d3852f6
|
@ -7558,7 +7558,8 @@ With a prefix argument, do so in all agenda buffers."
|
|||
"Filter lines in the agenda buffer that have a specific category.
|
||||
The category is that of the current line.
|
||||
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."
|
||||
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