summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-11-05 07:51:09 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-11-05 07:51:09 +0100
commitfce076d3cb0b114cad1d66e50a592fd3646ef71f (patch)
tree88364aef5bf913c83b8e058376c9e488068bb6f0
parent72b860d2c2466c359fe15ca731dbae151d11499e (diff)
downloadorg-mode-fce076d3cb0b114cad1d66e50a592fd3646ef71f.tar.gz
Fix docstring of `org-sparse-tree'
Patch by Bernt Hansen
-rwxr-xr-xlisp/ChangeLog1
-rw-r--r--lisp/org.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6cdcd7..a4ab263 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* org.el (org-refile): Refile to clock only if the prefix arg is
2.
+ (org-sparse-tree): Fix docstring to be in line with prompt.
2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
diff --git a/lisp/org.el b/lisp/org.el
index c879363..194c535 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10653,7 +10653,7 @@ t Show entries with a specific TODO keyword.
m Show entries selected by a tags/property match.
p Enter a property name and its value (both with completion on existing
names/values) and show entries with that property.
-r Show entries matching a regular expression.
+/ Show entries matching a regular expression (`r' can be used as well)
d Show deadlines due within `org-deadline-warning-days'.
b Show deadlines and scheduled items before a date.
a Show deadlines and scheduled items after a date."