Ver código fonte

Fix docstring of `org-sparse-tree'

Patch by Bernt Hansen
Carsten Dominik 15 anos atrás
pai
commit
fce076d3cb
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 0
      lisp/ChangeLog
  2. 1 1
      lisp/org.el

+ 1 - 0
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>
 

+ 1 - 1
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."