summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2019-08-31 13:47:25 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2019-08-31 13:47:25 +0200
commitef5863b31125943866c2496aecda7279f6d7c3a0 (patch)
treef540460818d69779465c10b7a80e764ce30eb6c5
parentdf30a056b2a0a18a349cf02eb761c347608ac930 (diff)
downloadorg-mode-ef5863b31125943866c2496aecda7279f6d7c3a0.tar.gz
Improve the text describing the tags/property matche
* lisp/org-agenda.el (org-agenda-custom-commands): Improve the text describing the tags/property matches
-rw-r--r--lisp/org-agenda.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 09efef5..1b436a7 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -466,7 +466,7 @@ type The command type, any of the following symbols:
... A user-defined function.
match What to search for:
- a single keyword for TODO keyword searches
- - a tags match expression for tags searches
+ - a tags/property/todo match expression for searches
- a word search expression for text searches.
- a regular expression for occur searches
For all other commands, this should be the empty string.
@@ -553,11 +553,11 @@ should provide a description for the prefix, like
(const :format "" stuck)
(const :tag "" :format "" "")
,org-agenda-custom-commands-local-options)
- (list :tag "Tags search"
+ (list :tag "Tags/Property match (all agenda files)"
(const :format "" tags)
(string :tag "Match")
,org-agenda-custom-commands-local-options)
- (list :tag "Tags search, TODO entries only"
+ (list :tag "Tags/Property match of TODO entries (all agenda files)"
(const :format "" tags-todo)
(string :tag "Match")
,org-agenda-custom-commands-local-options)