From 4916e1d4010e9a24d6eafa7a8e80e58e16e6ba28 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 28 Nov 2011 15:23:27 +0100 Subject: [PATCH] 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. --- 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 0a98fbe8f..f8512d3b5 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