summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-11-16 07:47:17 +0100
committerBastien <bzg@gnu.org>2018-11-16 07:47:17 +0100
commit7be6760599e6df0798c95fa81f5889a54cd17e26 (patch)
tree4eba8b23ca320ad6efdaa0fe20143b829ced3c18
parenteb57221e5db728f42deedbfadc4911e8b76a55c7 (diff)
parentfeb44212b564bf5622b6cfaed24b9fb91e163954 (diff)
downloadorg-mode-7be6760599e6df0798c95fa81f5889a54cd17e26.tar.gz
Merge branch 'master' of code.orgmode.org:bzg/org-mode
-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)))