summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-11-28 15:23:27 +0100
committerBastien Guerry <bzg@altern.org>2011-11-28 15:24:50 +0100
commit4916e1d4010e9a24d6eafa7a8e80e58e16e6ba28 (patch)
tree1d24db359aea5190ff2c75f655fd08856c7d0785
parentda2ecd24cd6335db9fbd15f50d71aeb0c44b47f2 (diff)
downloadorg-mode-4916e1d4010e9a24d6eafa7a8e80e58e16e6ba28.tar.gz
org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
* org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo. Thanks to Paul Eggert for spotting this and fixing it in Emacs trunk.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 0a98fbe..f8512d3 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -821,7 +821,7 @@ will only be dimmed."
:group 'org-agenda-todo-list
:type '(choice
(const :tag "Do not dim" nil)
- (const :tag "Dim to a grey face" t)
+ (const :tag "Dim to a gray face" t)
(const :tag "Make invisible" invisible)))
(defcustom org-timeline-show-empty-dates 3