From 12ed0c3978da662910884f177e6839eb75acbbc0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 25 Sep 2012 18:30:55 +0200 Subject: [PATCH] org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in docstring * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in docstring. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index f81b715e0..f6559e8cc 100755 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5025,7 +5025,7 @@ the documentation of `org-diary'." (nreverse ee))) (defun org-agenda-todo-custom-ignore-p (time n) - "Check whether timestamp is farther away then n number of days. + "Check whether timestamp is farther away than n number of days. This function is invoked if `org-agenda-todo-ignore-deadlines', `org-agenda-todo-ignore-scheduled' or `org-agenda-todo-ignore-timestamp' is set to an integer."