Browse Source

Clarify docstring

Carsten Dominik 15 years ago
parent
commit
d731a52651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -543,7 +543,7 @@ See also the variable `org-agenda-tags-todo-honor-ignore-options'."
 
 (defcustom org-agenda-todo-ignore-deadlines nil
   "Non-nil means don't show near deadline entries in the global todo list.
-Near means closer than `org-deadline-warning-days' days.
+A deadline is near when it is closer than `org-deadline-warning-days' days.
 The idea behind this is that such items will appear in the agenda anyway.
 See also `org-agenda-todo-ignore-with-date'.
 See also the variable `org-agenda-tags-todo-honor-ignore-options'."