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 năm trước cách đây
mục cha
commit
ccd1d1a198
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))