diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 17:15:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:05 -0700 |
commit | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (patch) | |
tree | 745e175ed726eea3783a6a8f749a19db0a7d9d19 /lisp/org | |
parent | 0485aa76c94643489f5ba99e450648f87498f0b4 (diff) | |
download | emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.tar.gz |
; Spelling fixes
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org-inlinetask.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index 360b1bcfdb0..4a8e43db03b 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el @@ -114,7 +114,7 @@ When nil, the first star is not shown." (defcustom org-inlinetask-default-state nil "Non-nil means make inline tasks have a TODO keyword initially. This should be the state `org-inlinetask-insert-task' should use by -default, or nil of no state should be assigned." +default, or nil if no state should be assigned." :group 'org-inlinetask :version "24.1" :type '(choice |