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 /doc/misc/org.texi | |
| 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 'doc/misc/org.texi')
| -rw-r--r-- | doc/misc/org.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index be028e3d1e9..f9426aa7981 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -9952,7 +9952,7 @@ processed normally. | |||
| 9952 | 9952 | ||
| 9953 | Contents of the included file will belong to the same structure (headline, | 9953 | Contents of the included file will belong to the same structure (headline, |
| 9954 | item) containing the @code{INCLUDE} keyword. In particular, headlines within | 9954 | item) containing the @code{INCLUDE} keyword. In particular, headlines within |
| 9955 | the file will become children of the current section. That behaviour can be | 9955 | the file will become children of the current section. That behavior can be |
| 9956 | changed by providing an additional keyword parameter, @code{:minlevel}. In | 9956 | changed by providing an additional keyword parameter, @code{:minlevel}. In |
| 9957 | that case, all headlines in the included file will be shifted so the one with | 9957 | that case, all headlines in the included file will be shifted so the one with |
| 9958 | the lowest level reaches that specified level. For example, to make a file | 9958 | the lowest level reaches that specified level. For example, to make a file |
| @@ -10398,7 +10398,7 @@ can be reached by calling the dispatcher with a double @kbd{C-u} prefix | |||
| 10398 | argument, or with @kbd{&} key from the dispatcher. | 10398 | argument, or with @kbd{&} key from the dispatcher. |
| 10399 | 10399 | ||
| 10400 | @vindex org-export-in-background | 10400 | @vindex org-export-in-background |
| 10401 | To make this behaviour the default, customize the variable | 10401 | To make this behavior the default, customize the variable |
| 10402 | @code{org-export-in-background}. | 10402 | @code{org-export-in-background}. |
| 10403 | 10403 | ||
| 10404 | @item C-b | 10404 | @item C-b |
| @@ -13073,7 +13073,7 @@ channel." | |||
| 13073 | The @code{my-ascii-src-block} function looks at the attribute above the | 13073 | The @code{my-ascii-src-block} function looks at the attribute above the |
| 13074 | element. If it isn't true, it gives hand to the @code{ascii} back-end. | 13074 | element. If it isn't true, it gives hand to the @code{ascii} back-end. |
| 13075 | Otherwise, it creates a box around the code, leaving room for the language. | 13075 | Otherwise, it creates a box around the code, leaving room for the language. |
| 13076 | A new back-end is then created. It only changes its behaviour when | 13076 | A new back-end is then created. It only changes its behavior when |
| 13077 | translating @code{src-block} type element. Now, all it takes to use the new | 13077 | translating @code{src-block} type element. Now, all it takes to use the new |
| 13078 | back-end is calling the following from an Org buffer: | 13078 | back-end is calling the following from an Org buffer: |
| 13079 | 13079 | ||
| @@ -14102,7 +14102,7 @@ looked up with inheritance, regardless of the value of | |||
| 14102 | outermost call or source block.@footnote{The deprecated syntax for default | 14102 | outermost call or source block.@footnote{The deprecated syntax for default |
| 14103 | header argument properties, using the name of the header argument as a | 14103 | header argument properties, using the name of the header argument as a |
| 14104 | property name directly, evaluates the property as seen by the corresponding | 14104 | property name directly, evaluates the property as seen by the corresponding |
| 14105 | source block definition. This behaviour has been kept for backwards | 14105 | source block definition. This behavior has been kept for backwards |
| 14106 | compatibility.} | 14106 | compatibility.} |
| 14107 | 14107 | ||
| 14108 | In the following example the value of | 14108 | In the following example the value of |