From d9fdc204cccda4ff737e0cdcfa96e7e248996131 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 e3866c2c0..2b7d16c3a 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