diff options
| author | Paul Eggert | 2017-10-09 17:15:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-09 22:55:05 -0700 |
| commit | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (patch) | |
| tree | 745e175ed726eea3783a6a8f749a19db0a7d9d19 /lisp/org | |
| parent | 0485aa76c94643489f5ba99e450648f87498f0b4 (diff) | |
| download | emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.tar.gz emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.zip | |
; 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." | |||
| 114 | (defcustom org-inlinetask-default-state nil | 114 | (defcustom org-inlinetask-default-state nil |
| 115 | "Non-nil means make inline tasks have a TODO keyword initially. | 115 | "Non-nil means make inline tasks have a TODO keyword initially. |
| 116 | This should be the state `org-inlinetask-insert-task' should use by | 116 | This should be the state `org-inlinetask-insert-task' should use by |
| 117 | default, or nil of no state should be assigned." | 117 | default, or nil if no state should be assigned." |
| 118 | :group 'org-inlinetask | 118 | :group 'org-inlinetask |
| 119 | :version "24.1" | 119 | :version "24.1" |
| 120 | :type '(choice | 120 | :type '(choice |