summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Cadilhac <michael@cadilhac.name>2018-10-09 17:57:55 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-13 16:54:01 +0200
commitd9fdc204cccda4ff737e0cdcfa96e7e248996131 (patch)
tree08776294c4c81d244e6046e422a4ef7cde291e87
parent2fda33bfef319654b46879056ff56a64259920e4 (diff)
downloadorg-mode-d9fdc204cccda4ff737e0cdcfa96e7e248996131.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 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