From 18461bcddf8549f03f5a57128900c3d56b6a7381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Cadilhac?= Date: Tue, 9 Oct 2018 17:57:55 +0100 Subject: [PATCH] org.el: Fix typo * lisp/org.el (org-enforce-todo-checkbox-dependencies): Fix typo. TINYCHANGE --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index e3866c2..2b7d16c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2822,7 +2822,7 @@ When non-nil, you first need to check off all check boxes before the TODO entry can be switched to DONE. This variable needs to be set before org.el is loaded, and you need to restart Emacs after a change to make the change effective. The only way -to change is while Emacs is running is through the customize interface." +to change it while Emacs is running is through the customize interface." :set (lambda (var val) (set var val) (if val -- 2.19.0