diff options
| author | Paul Eggert | 2014-01-04 18:56:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 18:56:08 -0800 |
| commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
| tree | 578d41e67060235d3de230b39c9326d683d77014 /lisp/org | |
| parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
| download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip | |
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 20 | ||||
| -rw-r--r-- | lisp/org/org-ctags.el | 8 | ||||
| -rw-r--r-- | lisp/org/ox-html.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-latex.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-publish.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-texinfo.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox.el | 14 |
7 files changed, 25 insertions, 25 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 65404a7af18..87280e57b36 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1714,7 +1714,7 @@ | |||
| 1714 | * org.el (org-previous-line-empty-p): New parameter to allow | 1714 | * org.el (org-previous-line-empty-p): New parameter to allow |
| 1715 | checking next line. Add a docstring. | 1715 | checking next line. Add a docstring. |
| 1716 | (org-insert-heading): Handle two universal prefix arguments as | 1716 | (org-insert-heading): Handle two universal prefix arguments as |
| 1717 | advertized in the docstring. Don't insert new lines when | 1717 | advertised in the docstring. Don't insert new lines when |
| 1718 | creating a heading after the first heading in the current | 1718 | creating a heading after the first heading in the current |
| 1719 | subtree. | 1719 | subtree. |
| 1720 | (org-insert-heading-respect-content): New optional argument | 1720 | (org-insert-heading-respect-content): New optional argument |
| @@ -3522,7 +3522,7 @@ | |||
| 3522 | parsing. | 3522 | parsing. |
| 3523 | 3523 | ||
| 3524 | * org.el (org-adaptive-fill-function): Do not handle | 3524 | * org.el (org-adaptive-fill-function): Do not handle |
| 3525 | `adaptive-fill-regexp' in comments as the behaviour is not | 3525 | `adaptive-fill-regexp' in comments as the behavior is not |
| 3526 | satisfying. | 3526 | satisfying. |
| 3527 | 3527 | ||
| 3528 | * org-list.el (org-list-struct-apply-struct): Do not move item's | 3528 | * org-list.el (org-list-struct-apply-struct): Do not move item's |
| @@ -3677,7 +3677,7 @@ | |||
| 3677 | "wrong-type-argument" error in template insertion. | 3677 | "wrong-type-argument" error in template insertion. |
| 3678 | 3678 | ||
| 3679 | * org.el (org-fill-paragraph): Use empty commented lines as | 3679 | * org.el (org-fill-paragraph): Use empty commented lines as |
| 3680 | separators when filling comments. This mimics default behaviour | 3680 | separators when filling comments. This mimics default behavior |
| 3681 | from "newcomment.el", which is not used in Org. | 3681 | from "newcomment.el", which is not used in Org. |
| 3682 | 3682 | ||
| 3683 | * ox-html.el (org-html-link): Add image attributes to "img" tag, | 3683 | * ox-html.el (org-html-link): Add image attributes to "img" tag, |
| @@ -3984,7 +3984,7 @@ | |||
| 3984 | * ox.el (org-export-with-timestamps): Only applies to isolated | 3984 | * ox.el (org-export-with-timestamps): Only applies to isolated |
| 3985 | timestamps, i.e. timestamps in a paragraph containing only | 3985 | timestamps, i.e. timestamps in a paragraph containing only |
| 3986 | timestamps and empty strings. | 3986 | timestamps and empty strings. |
| 3987 | (org-export--skip-p): Skip timestamps according to new behaviour. | 3987 | (org-export--skip-p): Skip timestamps according to new behavior. |
| 3988 | 3988 | ||
| 3989 | * ox-latex.el (org-latex--script-size): Handle consecutive | 3989 | * ox-latex.el (org-latex--script-size): Handle consecutive |
| 3990 | alterning sub and superscript. | 3990 | alterning sub and superscript. |
| @@ -4313,7 +4313,7 @@ | |||
| 4313 | * ox.el (org-export-as): Store export options in :export-options | 4313 | * ox.el (org-export-as): Store export options in :export-options |
| 4314 | porperty within communication channel. | 4314 | porperty within communication channel. |
| 4315 | 4315 | ||
| 4316 | * ox-latex.el (org-latex-item): Fix wrong behaviour when a counter | 4316 | * ox-latex.el (org-latex-item): Fix wrong behavior when a counter |
| 4317 | is set in an ordered list while its parent is not ordered. | 4317 | is set in an ordered list while its parent is not ordered. |
| 4318 | 4318 | ||
| 4319 | * ox.el (org-export-format-code-default): Handle empty source | 4319 | * ox.el (org-export-format-code-default): Handle empty source |
| @@ -4942,7 +4942,7 @@ | |||
| 4942 | timestamps ranges with repeaters. | 4942 | timestamps ranges with repeaters. |
| 4943 | 4943 | ||
| 4944 | * org.el (org-edit-special): Rewrite `org-edit-special' using Org | 4944 | * org.el (org-edit-special): Rewrite `org-edit-special' using Org |
| 4945 | Elements tools. Behaviour should be unchanged. | 4945 | Elements tools. Behavior should be unchanged. |
| 4946 | 4946 | ||
| 4947 | * org-element.el (org-element-context): Add an optional argument | 4947 | * org-element.el (org-element-context): Add an optional argument |
| 4948 | so that (org-element-context) and (org-element-context | 4948 | so that (org-element-context) and (org-element-context |
| @@ -6383,7 +6383,7 @@ | |||
| 6383 | * org.el: Make `org-closest-date' aware of hours repeaters. | 6383 | * org.el: Make `org-closest-date' aware of hours repeaters. |
| 6384 | 6384 | ||
| 6385 | * org.el (org-end-of-line): Do not call `end-of-visual-line' when | 6385 | * org.el (org-end-of-line): Do not call `end-of-visual-line' when |
| 6386 | moving to the end of line. Also improve behaviour on elements that | 6386 | moving to the end of line. Also improve behavior on elements that |
| 6387 | can be hidden. | 6387 | can be hidden. |
| 6388 | 6388 | ||
| 6389 | * org.el (org-sparse-tree): Allow to call `org-show-todo-tree' | 6389 | * org.el (org-sparse-tree): Allow to call `org-show-todo-tree' |
| @@ -10565,7 +10565,7 @@ | |||
| 10565 | 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com> | 10565 | 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com> |
| 10566 | 10566 | ||
| 10567 | * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a | 10567 | * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a |
| 10568 | and C-e behaviour with visual lines. | 10568 | and C-e behavior with visual lines. |
| 10569 | 10569 | ||
| 10570 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> | 10570 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> |
| 10571 | 10571 | ||
| @@ -11105,7 +11105,7 @@ | |||
| 11105 | 11105 | ||
| 11106 | * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp | 11106 | * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp |
| 11107 | code block would cause an error when the block is was executed. | 11107 | code block would cause an error when the block is was executed. |
| 11108 | This fix cures this behaviour. | 11108 | This fix cures this behavior. |
| 11109 | 11109 | ||
| 11110 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> | 11110 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> |
| 11111 | 11111 | ||
| @@ -12994,7 +12994,7 @@ | |||
| 12994 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> | 12994 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> |
| 12995 | 12995 | ||
| 12996 | * org-list.el (org-list-separating-blank-lines-number): | 12996 | * org-list.el (org-list-separating-blank-lines-number): |
| 12997 | The behaviour of `org-back-over-empty-lines' depends on the | 12997 | The behavior of `org-back-over-empty-lines' depends on the |
| 12998 | associated value of `headline' in | 12998 | associated value of `headline' in |
| 12999 | `org-blank-before-new-entry', which is out of context in a | 12999 | `org-blank-before-new-entry', which is out of context in a |
| 13000 | list. | 13000 | list. |
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index 41775bdab6d..faf543be1b5 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el | |||
| @@ -63,19 +63,19 @@ | |||
| 63 | ;; with the same name as the link; then, if unsuccessful, ask the user if | 63 | ;; with the same name as the link; then, if unsuccessful, ask the user if |
| 64 | ;; he/she wants to rebuild the 'TAGS' database and try again; then ask if | 64 | ;; he/she wants to rebuild the 'TAGS' database and try again; then ask if |
| 65 | ;; the user wishes to append 'tag' as a new toplevel heading at the end of | 65 | ;; the user wishes to append 'tag' as a new toplevel heading at the end of |
| 66 | ;; the buffer; and finally, defer to org's default behaviour which is to | 66 | ;; the buffer; and finally, defer to org's default behavior which is to |
| 67 | ;; search the entire text of the current buffer for 'tag'. | 67 | ;; search the entire text of the current buffer for 'tag'. |
| 68 | ;; | 68 | ;; |
| 69 | ;; This behaviour can be modified by changing the value of | 69 | ;; This behavior can be modified by changing the value of |
| 70 | ;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example I have the following in my | 70 | ;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example I have the following in my |
| 71 | ;; .emacs, which describes the same behaviour as the above paragraph with | 71 | ;; .emacs, which describes the same behavior as the above paragraph with |
| 72 | ;; one difference: | 72 | ;; one difference: |
| 73 | ;; | 73 | ;; |
| 74 | ;; (setq org-ctags-open-link-functions | 74 | ;; (setq org-ctags-open-link-functions |
| 75 | ;; '(org-ctags-find-tag | 75 | ;; '(org-ctags-find-tag |
| 76 | ;; org-ctags-ask-rebuild-tags-file-then-find-tag | 76 | ;; org-ctags-ask-rebuild-tags-file-then-find-tag |
| 77 | ;; org-ctags-ask-append-topic | 77 | ;; org-ctags-ask-append-topic |
| 78 | ;; org-ctags-fail-silently)) ; <-- prevents org default behaviour | 78 | ;; org-ctags-fail-silently)) ; <-- prevents org default behavior |
| 79 | ;; | 79 | ;; |
| 80 | ;; | 80 | ;; |
| 81 | ;; Usage | 81 | ;; Usage |
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index 8df3ff9265e..45a20ddb826 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -580,7 +580,7 @@ The function must accept two parameters: | |||
| 580 | The function should return the string to be exported. | 580 | The function should return the string to be exported. |
| 581 | 581 | ||
| 582 | For example, the variable could be set to the following function | 582 | For example, the variable could be set to the following function |
| 583 | in order to mimic default behaviour: | 583 | in order to mimic default behavior: |
| 584 | 584 | ||
| 585 | The default value simply returns the value of CONTENTS." | 585 | The default value simply returns the value of CONTENTS." |
| 586 | :group 'org-export-html | 586 | :group 'org-export-html |
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index 8294938477f..9fc1031d391 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el | |||
| @@ -589,7 +589,7 @@ The function must accept six parameters: | |||
| 589 | The function should return the string to be exported. | 589 | The function should return the string to be exported. |
| 590 | 590 | ||
| 591 | For example, the variable could be set to the following function | 591 | For example, the variable could be set to the following function |
| 592 | in order to mimic default behaviour: | 592 | in order to mimic default behavior: |
| 593 | 593 | ||
| 594 | \(defun org-latex-format-inlinetask \(todo type priority name tags contents\) | 594 | \(defun org-latex-format-inlinetask \(todo type priority name tags contents\) |
| 595 | \"Format an inline task element for LaTeX export.\" | 595 | \"Format an inline task element for LaTeX export.\" |
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el index 20d5272831d..16189ecba54 100644 --- a/lisp/org/ox-publish.el +++ b/lisp/org/ox-publish.el | |||
| @@ -228,7 +228,7 @@ If you create a site-map file, adjust the sorting like this: | |||
| 228 | `:sitemap-sort-files' | 228 | `:sitemap-sort-files' |
| 229 | 229 | ||
| 230 | The site map is normally sorted alphabetically. You can | 230 | The site map is normally sorted alphabetically. You can |
| 231 | change this behaviour setting this to `anti-chronologically', | 231 | change this behavior setting this to `anti-chronologically', |
| 232 | `chronologically', or nil. | 232 | `chronologically', or nil. |
| 233 | 233 | ||
| 234 | `:sitemap-ignore-case' | 234 | `:sitemap-ignore-case' |
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index a55f298ddc3..93279f3291e 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el | |||
| @@ -348,7 +348,7 @@ The function must accept six parameters: | |||
| 348 | The function should return the string to be exported. | 348 | The function should return the string to be exported. |
| 349 | 349 | ||
| 350 | For example, the variable could be set to the following function | 350 | For example, the variable could be set to the following function |
| 351 | in order to mimic default behaviour: | 351 | in order to mimic default behavior: |
| 352 | 352 | ||
| 353 | \(defun org-texinfo-format-inlinetask \(todo type priority name tags contents\) | 353 | \(defun org-texinfo-format-inlinetask \(todo type priority name tags contents\) |
| 354 | \"Format an inline task element for Texinfo export.\" | 354 | \"Format an inline task element for Texinfo export.\" |
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index 1887382de8c..3f24801f10b 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el | |||
| @@ -143,7 +143,7 @@ | |||
| 143 | "Alist between export properties and ways to set them. | 143 | "Alist between export properties and ways to set them. |
| 144 | 144 | ||
| 145 | The CAR of the alist is the property name, and the CDR is a list | 145 | The CAR of the alist is the property name, and the CDR is a list |
| 146 | like (KEYWORD OPTION DEFAULT BEHAVIOUR) where: | 146 | like (KEYWORD OPTION DEFAULT BEHAVIOR) where: |
| 147 | 147 | ||
| 148 | KEYWORD is a string representing a buffer keyword, or nil. Each | 148 | KEYWORD is a string representing a buffer keyword, or nil. Each |
| 149 | property defined this way can also be set, during subtree | 149 | property defined this way can also be set, during subtree |
| @@ -152,7 +152,7 @@ KEYWORD is a string representing a buffer keyword, or nil. Each | |||
| 152 | property). | 152 | property). |
| 153 | OPTION is a string that could be found in an #+OPTIONS: line. | 153 | OPTION is a string that could be found in an #+OPTIONS: line. |
| 154 | DEFAULT is the default value for the property. | 154 | DEFAULT is the default value for the property. |
| 155 | BEHAVIOUR determines how Org should handle multiple keywords for | 155 | BEHAVIOR determines how Org should handle multiple keywords for |
| 156 | the same property. It is a symbol among: | 156 | the same property. It is a symbol among: |
| 157 | nil Keep old value and discard the new one. | 157 | nil Keep old value and discard the new one. |
| 158 | t Replace old value with the new one. | 158 | t Replace old value with the new one. |
| @@ -493,7 +493,7 @@ t Allow export of math snippets." | |||
| 493 | "The last level which is still exported as a headline. | 493 | "The last level which is still exported as a headline. |
| 494 | 494 | ||
| 495 | Inferior levels will usually produce itemize or enumerate lists | 495 | Inferior levels will usually produce itemize or enumerate lists |
| 496 | when exported, but back-end behaviour may differ. | 496 | when exported, but back-end behavior may differ. |
| 497 | 497 | ||
| 498 | This option can also be set with the OPTIONS keyword, | 498 | This option can also be set with the OPTIONS keyword, |
| 499 | e.g. \"H:2\"." | 499 | e.g. \"H:2\"." |
| @@ -1649,7 +1649,7 @@ for export. Return options as a plist." | |||
| 1649 | ((member keyword org-element-document-properties) | 1649 | ((member keyword org-element-document-properties) |
| 1650 | (org-element-parse-secondary-string | 1650 | (org-element-parse-secondary-string |
| 1651 | value (org-element-restriction 'keyword))) | 1651 | value (org-element-restriction 'keyword))) |
| 1652 | ;; If BEHAVIOUR is `split' expected value is | 1652 | ;; If BEHAVIOR is `split' expected value is |
| 1653 | ;; a list of strings, not a string. | 1653 | ;; a list of strings, not a string. |
| 1654 | ((eq (nth 4 option) 'split) (org-split-string value)) | 1654 | ((eq (nth 4 option) 'split) (org-split-string value)) |
| 1655 | (t value))))))))) | 1655 | (t value))))))))) |
| @@ -1726,13 +1726,13 @@ Assume buffer is in Org mode. Narrowing, if any, is ignored." | |||
| 1726 | (t | 1726 | (t |
| 1727 | ;; Options in `org-export-options-alist'. | 1727 | ;; Options in `org-export-options-alist'. |
| 1728 | (dolist (property (funcall find-properties key)) | 1728 | (dolist (property (funcall find-properties key)) |
| 1729 | (let ((behaviour (nth 4 (assq property options)))) | 1729 | (let ((behavior (nth 4 (assq property options)))) |
| 1730 | (setq plist | 1730 | (setq plist |
| 1731 | (plist-put | 1731 | (plist-put |
| 1732 | plist property | 1732 | plist property |
| 1733 | ;; Handle value depending on specified | 1733 | ;; Handle value depending on specified |
| 1734 | ;; BEHAVIOUR. | 1734 | ;; BEHAVIOR. |
| 1735 | (case behaviour | 1735 | (case behavior |
| 1736 | (space | 1736 | (space |
| 1737 | (if (not (plist-get plist property)) | 1737 | (if (not (plist-get plist property)) |
| 1738 | (org-trim val) | 1738 | (org-trim val) |