summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Cadilhac <michael@cadilhac.name>2018-10-09 17:57:55 +0100
committerBastien <bzg@gnu.org>2018-10-10 06:51:37 +0200
commita761ceb98615ec9bac211bc6104389053373d7ab (patch)
tree1212cffd3faae348094bd99e587eba5f6812604a
parent85e215b6de33ded96006749d53b09c8fc5eddc89 (diff)
downloadorg-mode-a761ceb98615ec9bac211bc6104389053373d7ab.tar.gz
org.el: Fix typo
* lisp/org.el (org-enforce-todo-checkbox-dependencies): Fix typo. TINYCHANGE
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2cc9b6a..69a288a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2819,7 +2819,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