emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] BUG: missing ' in org-agenda-skip-* docstrings


From: Adam Spiers
Subject: [Orgmode] BUG: missing ' in org-agenda-skip-* docstrings
Date: Mon, 31 Dec 2007 13:49:53 +0000
User-agent: Mutt/1.5.14 (2007-02-12)

http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/fb36fb4548b2

# HG changeset patch
# User Adam Spiers <address@hidden>
# Date 1199108855 0
# Node ID fb36fb4548b2f886ef0ecb7fc14daaeca39762a4
# Parent  5b1e541ddd0e043c55aea3e1e164bf115e01a4e9
fix org-agenda-skip-* docstrings

diff -r 5b1e541ddd0e -r fb36fb4548b2 org.el
--- a/org.el    Mon Dec 31 12:06:34 2007 +0000
+++ b/org.el    Mon Dec 31 13:47:35 2007 +0000
@@ -20430,12 +20430,12 @@ to skip this subtree.  This is a functio
 
 (defun org-agenda-skip-entry-if (&rest conditions)
   "Skip entry if any of CONDITIONS is true.
-See `org-agenda-skip-if for details."
+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.
-See `org-agenda-skip-if for details."
+See `org-agenda-skip-if' for details."
   (org-agenda-skip-if t conditions))
 
 (defun org-agenda-skip-if (subtree conditions)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]