From acda0ee2121a4b928d46e730b2e2d9a72414409b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 24 Apr 2011 17:21:47 +0200 Subject: [PATCH] Fix typos --- lisp/org-agenda.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 734c35f9b..9182f72dc 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1097,7 +1097,8 @@ the agenda to display all available LOG items temporarily." :type '(set :greedy t (const closed) (const clock) (const state))) (defcustom org-agenda-clock-consistency-checks - '(:max-duration "10:00" :min-duration 0 :max-gap "0:05" :gap-ok ("4:00")) + '(:max-duration "10:00" :min-duration 0 :max-gap "0:05" + :gap-ok-around ("4:00")) "How to check clock times for consistency. This is a property list, with the following keys: -- 2.11.4.GIT