Browse Source

org-agenda.el (org-agenda-skip-subtree-if): Fix docstring

* org-agenda.el (org-agenda-skip-subtree-if): Fix docstring.
Bastien Guerry 11 years ago
parent
commit
ccd1d1a198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -4917,7 +4917,7 @@ See `org-agenda-skip-if' for details."
   (org-agenda-skip-if nil conditions))
 
 (defun org-agenda-skip-subtree-if (&rest conditions)
-  "Skip entry if any of CONDITIONS is true.
+  "Skip subtree if any of CONDITIONS is true.
 See `org-agenda-skip-if' for details."
   (org-agenda-skip-if t conditions))