summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2019-08-16 13:17:28 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2019-08-16 13:17:28 +0200
commitf51e88bed8a8332d8bfcbaad898a01b87b3d56b5 (patch)
tree2e90c6e2a3c4e2d78a1e362635089c24ded8f255
parent59ae60c26a7777842f6fb882ba0a05b7821ee738 (diff)
downloadorg-mode-f51e88bed8a8332d8bfcbaad898a01b87b3d56b5.tar.gz
Fix descriptive text in the menu of org-search-view
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 6bc55cc..f9fb62f 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4648,7 +4648,7 @@ Press `\\[org-agenda-manipulate-query-add]', \
`\\[org-agenda-manipulate-query-subtract]' to add/sub word, \
`\\[org-agenda-manipulate-query-add-re]', \
`\\[org-agenda-manipulate-query-subtract-re]' to add/sub regexp, \
-`\\[universal-argument] \\[org-agenda-redo]' to edit\n"))
+`\\[universal-argument] \\[org-agenda-redo]' for a fresh search\n"))
(add-text-properties pos (1- (point))
(list 'face 'org-agenda-structure)))
(buffer-string)))