diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:44:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:45:18 -0800 |
commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /lisp/org | |
parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.bz2 emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip |
Spelling fixes
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org-agenda.el | 2 | ||||
-rw-r--r-- | lisp/org/org-table.el | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 2404ca43dcb..2f0bd5f4e17 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -7636,7 +7636,7 @@ and deselects entries with tag `John' or matching the regexp `plot'. During entry of the filter, completion for tags, categories and effort values is offered. Since the syntax for categories and tags is identical -there should be no overlap between categoroes and tags. If there is, tags +there should be no overlap between categories and tags. If there is, tags get priority. A single `\\[universal-argument]' prefix arg STRIP-OR-ACCUMULATE will negate the diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 5f42db50688..a2e77e07392 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -1709,7 +1709,7 @@ The function assumes `org-table-copy-increment' is non-nil." (number-suffix-regexp (rx (and (one-or-more digit) string-end))) (analyze (lambda (field) - ;; Analyse string FIELD and return information related to + ;; Analyze string FIELD and return information related to ;; increment or nil. When non-nil, return value has the ;; following scheme: (TYPE VALUE PATTERN) where ;; - TYPE is a symbol among `number', `prefix', `suffix' diff --git a/lisp/org/org.el b/lisp/org/org.el index f25c53caaff..11bc3641022 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -10008,7 +10008,7 @@ By default the available states are \"TODO\" and \"DONE\". So, for this example: when the item starts with TODO, it is changed to DONE. When it starts with DONE, the DONE is removed. And when neither TODO nor DONE are present, add TODO at the beginning of the heading. -You can set up single-charcter keys to fast-select the new state. See the +You can set up single-character keys to fast-select the new state. See the `org-todo-keywords' and `org-use-fast-todo-selection' for details. With `\\[universal-argument]' prefix ARG, force logging the state change \ |