summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-11-12 12:47:40 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2018-11-12 12:47:40 +0100
commitfeb44212b564bf5622b6cfaed24b9fb91e163954 (patch)
tree4eba8b23ca320ad6efdaa0fe20143b829ced3c18
parentafcb1d3899f5c34b444c5ddd6a8930894fa55065 (diff)
downloadorg-mode-feb44212b564bf5622b6cfaed24b9fb91e163954.tar.gz
org-agenda: slightly changed hints for user about searching again
-rw-r--r--lisp/org-agenda.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 180a061..7d750f2 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4715,8 +4715,9 @@ for a keyword. A numeric prefix directly selects the Nth keyword in
org-select-this-todo-keyword))
(setq pos (point))
(unless org-agenda-multi
- (insert (substitute-command-keys "Available with \
-\\<org-agenda-mode-map>`N \\[org-agenda-redo]': (0)[ALL]"))
+ (insert (substitute-command-keys "Press \
+\\<org-agenda-mode-map>`N \\[org-agenda-redo]' (e.g. `0 \\[org-agenda-redo]') \
+to search again: (0)[ALL]"))
(let ((n 0))
(dolist (k kwds)
(let ((s (format "(%d)%s" (cl-incf n) k)))
@@ -4819,7 +4820,7 @@ The prefix arg TODO-ONLY limits the search to TODO entries."
(insert (substitute-command-keys
"Press \
\\<org-agenda-mode-map>`\\[universal-argument] \\[org-agenda-redo]' \
-to search again with new search string\n")))
+to search again\n")))
(add-text-properties pos (1- (point))
(list 'face 'org-agenda-structure))
(buffer-string)))