summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-01 17:40:13 +0100
committerBastien Guerry <bzg@altern.org>2013-01-01 17:40:13 +0100
commitfc2aae5d810c1dd570694661c2a73794c8d454d5 (patch)
tree10d6a2e8a557ff000f25a50cd3d5316352635d9b
parent0f2bb6a56f4ff36cab13d0c6dd888a5b1691dc76 (diff)
downloadorg-mode-fc2aae5d810c1dd570694661c2a73794c8d454d5.tar.gz
org.el (org-sparse-tree): Fix redundant information in prompt
* org.el (org-sparse-tree): Fix redundant information in prompt.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 7cdee78..c52f3c4 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12681,7 +12681,7 @@ D Show deadlines and scheduled items between a date range."
(let (ans kwd value ts-type)
(setq type (or type org-sparse-tree-default-date-type))
(setq org-ts-type type)
- (message "Sparse tree: [r]egexp [/]regexp [t]odo [T]odo-kwd [m]atch [p]roperty\n [d]eadlines [b]efore-date [a]fter-date [D]ates range\n [c]ycle through date types: %s"
+ (message "Sparse tree: [/]regexp [t]odo [T]odo-kwd [m]atch [p]roperty\n [d]eadlines [b]efore-date [a]fter-date [D]ates range\n [c]ycle through date types: %s"
(cond ((eq type 'all) "all timestamps")
((eq type 'scheduled) "only scheduled")
((eq type 'deadline) "only deadline")