Browse Source

Fix some typos

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

+ 2 - 2
lisp/org-agenda.el

@@ -533,7 +533,7 @@ See also the variable `org-agenda-tags-todo-honor-ignore-options'."
 
 
 (defcustom org-agenda-todo-ignore-scheduled nil
 (defcustom org-agenda-todo-ignore-scheduled nil
   "Non-nil means, ignore some scheduled TODO items when making TODO list.
   "Non-nil means, ignore some scheduled TODO items when making TODO list.
-This applie when creating the global todo list.
+This applies when creating the global todo list.
 Valid values are:
 Valid values are:
 
 
 past     Don't show entries scheduled today or in the past.
 past     Don't show entries scheduled today or in the past.
@@ -546,7 +546,7 @@ all      Don't show any scheduled entries in the global todo list.
          The idea behind this is that by scheduling it, you have already
          The idea behind this is that by scheduling it, you have already
          \"taken care\" of this item.
          \"taken care\" of this item.
 
 
-t        Same as all, for backward compatibility.
+t        Same as `all', for backward compatibility.
 
 
 See also `org-agenda-todo-ignore-with-date'.
 See also `org-agenda-todo-ignore-with-date'.
 See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want
 See also the variable `org-agenda-tags-todo-honor-ignore-options' if you want