diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6cdcd734..a4ab263f0 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 diff --git a/lisp/org.el b/lisp/org.el index c87936376..194c53598 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."