diff options
| author | Paul Eggert | 2019-12-09 18:44:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-09 18:45:18 -0800 |
| commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
| tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /doc | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/macos.texi | 10 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/internals.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/processes.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 2 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 2 | ||||
| -rw-r--r-- | doc/misc/flymake.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 | ||||
| -rw-r--r-- | doc/misc/texinfo.tex | 2 |
10 files changed, 15 insertions, 15 deletions
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 87484f00e40..8a40d11fc28 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -99,7 +99,7 @@ keys and the fullscreen behavior. To see all such options, use | |||
| 99 | 99 | ||
| 100 | @subsection Modifier keys | 100 | @subsection Modifier keys |
| 101 | 101 | ||
| 102 | The following variables control the behaviour of the actual modifier | 102 | The following variables control the behavior of the actual modifier |
| 103 | keys: | 103 | keys: |
| 104 | 104 | ||
| 105 | @table @code | 105 | @table @code |
| @@ -135,12 +135,12 @@ which describes the modifier when used with ordinary keys, function keys | |||
| 135 | If the @var{symbol} is one of @code{control}, @code{meta}, @code{alt}, | 135 | If the @var{symbol} is one of @code{control}, @code{meta}, @code{alt}, |
| 136 | @code{super} or @code{hyper}, this describes the Emacs modifier it | 136 | @code{super} or @code{hyper}, this describes the Emacs modifier it |
| 137 | represents. If @var{symbol} is @code{none}, Emacs does not use the | 137 | represents. If @var{symbol} is @code{none}, Emacs does not use the |
| 138 | key, which retains its standard behaviour. For instance, the | 138 | key, which retains its standard behavior. For instance, the |
| 139 | @key{Option} key in macOS is then used for composing additional | 139 | @key{Option} key in macOS is then used for composing additional |
| 140 | characters. | 140 | characters. |
| 141 | 141 | ||
| 142 | The variables for right-hand keys, like @code{ns-right-alternate-modifier}, | 142 | The variables for right-hand keys, like @code{ns-right-alternate-modifier}, |
| 143 | may also be set to @code{left}, which means to use the same behaviour as | 143 | may also be set to @code{left}, which means to use the same behavior as |
| 144 | the corresponding left-hand key. | 144 | the corresponding left-hand key. |
| 145 | 145 | ||
| 146 | @subsection Font Panel | 146 | @subsection Font Panel |
| @@ -210,7 +210,7 @@ the mouse. | |||
| 210 | 210 | ||
| 211 | The sending application has some limited ability to decide how Emacs | 211 | The sending application has some limited ability to decide how Emacs |
| 212 | handles the sent object, but the user may override the default | 212 | handles the sent object, but the user may override the default |
| 213 | behaviour by holding one or more modifier key. | 213 | behavior by holding one or more modifier key. |
| 214 | 214 | ||
| 215 | @table @kbd | 215 | @table @kbd |
| 216 | @item control | 216 | @item control |
| @@ -220,7 +220,7 @@ will insert the filename. | |||
| 220 | Attempt to open the object as though it is a file or URL. | 220 | Attempt to open the object as though it is a file or URL. |
| 221 | @item super/command | 221 | @item super/command |
| 222 | Perform the default action for the type. This can be useful when an | 222 | Perform the default action for the type. This can be useful when an |
| 223 | application is overriding the default behaviour. | 223 | application is overriding the default behavior. |
| 224 | @end table | 224 | @end table |
| 225 | 225 | ||
| 226 | The modifier keys listed above are defined by macOS and are unaffected | 226 | The modifier keys listed above are defined by macOS and are unaffected |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 710e64f4570..3d8e5128403 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -103,7 +103,7 @@ | |||
| 103 | @c number suitable for the title page, and update-date to be the date, | 103 | @c number suitable for the title page, and update-date to be the date, |
| 104 | @c in the preferred style for these. E.g., run the shell command: | 104 | @c in the preferred style for these. E.g., run the shell command: |
| 105 | @c texi2any -D 'edition-number 3.11' \ | 105 | @c texi2any -D 'edition-number 3.11' \ |
| 106 | @c -D 'titlepage-edition-number Revised Third Edtion' \ | 106 | @c -D 'titlepage-edition-number Revised Third Edition' \ |
| 107 | @c -D 'update-date 31 March 2020' | 107 | @c -D 'update-date 31 March 2020' |
| 108 | @c This relates mainly to the published book sold by the FSF. | 108 | @c This relates mainly to the published book sold by the FSF. |
| 109 | 109 | ||
| @@ -3832,7 +3832,7 @@ delimit them from the body of the @code{let}. | |||
| 3832 | @findex if | 3832 | @findex if |
| 3833 | @cindex Conditional with @code{if} | 3833 | @cindex Conditional with @code{if} |
| 3834 | 3834 | ||
| 3835 | Anoter special form is the conditional @code{if}. This form is used | 3835 | Another special form is the conditional @code{if}. This form is used |
| 3836 | to instruct the computer to make decisions. You can write function | 3836 | to instruct the computer to make decisions. You can write function |
| 3837 | definitions without using @code{if}, but it is used often enough, and | 3837 | definitions without using @code{if}, but it is used often enough, and |
| 3838 | is important enough, to be included here. It is used, for example, in | 3838 | is important enough, to be included here. It is used, for example, in |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 48a41f53677..7f77d11d928 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5622,7 +5622,7 @@ area from the left of the original image, and if negative the offset | |||
| 5622 | from the right. If @var{y} is a positive number it specifies the | 5622 | from the right. If @var{y} is a positive number it specifies the |
| 5623 | offset from the top of the original image, and if negative from the | 5623 | offset from the top of the original image, and if negative from the |
| 5624 | bottom. If @var{x} or @var{y} are @code{nil} or unspecified the crop | 5624 | bottom. If @var{x} or @var{y} are @code{nil} or unspecified the crop |
| 5625 | area will be centred on the original image. | 5625 | area will be centered on the original image. |
| 5626 | 5626 | ||
| 5627 | If the crop area is outside or overlaps the edge of the image it will | 5627 | If the crop area is outside or overlaps the edge of the image it will |
| 5628 | be reduced to exclude any areas outside of the image. This means it | 5628 | be reduced to exclude any areas outside of the image. This means it |
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index f91d5b3423d..013504680bb 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -565,7 +565,7 @@ for threshold exhaustion regularly, for efficiency reasons it does not | |||
| 565 | do so immediately after every change to the heap or to | 565 | do so immediately after every change to the heap or to |
| 566 | @code{gc-cons-threshold} or @code{gc-cons-percentage}, so exhausting | 566 | @code{gc-cons-threshold} or @code{gc-cons-percentage}, so exhausting |
| 567 | the threshold does not immediately trigger garbage collection. Also, | 567 | the threshold does not immediately trigger garbage collection. Also, |
| 568 | for efficency in threshold calculations Emacs approximates the heap | 568 | for efficiency in threshold calculations Emacs approximates the heap |
| 569 | size, which counts the bytes used by currently-accessible objects in | 569 | size, which counts the bytes used by currently-accessible objects in |
| 570 | the heap. | 570 | the heap. |
| 571 | 571 | ||
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index e33ae287ff9..47ce7c8f900 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2990,7 +2990,7 @@ broadcast address, and network mask. | |||
| 2990 | Optional argument @var{family} specified as symbol @code{ipv4} or | 2990 | Optional argument @var{family} specified as symbol @code{ipv4} or |
| 2991 | @code{ipv6} restricts the returned information to IPv4 and IPv6 | 2991 | @code{ipv6} restricts the returned information to IPv4 and IPv6 |
| 2992 | addresses respectively, independently of the value of @var{full}. | 2992 | addresses respectively, independently of the value of @var{full}. |
| 2993 | Speficying @code{ipv6} when IPv6 support is not available will result | 2993 | Specifying @code{ipv6} when IPv6 support is not available will result |
| 2994 | in an error being signaled. | 2994 | in an error being signaled. |
| 2995 | 2995 | ||
| 2996 | Some examples: | 2996 | Some examples: |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 74b15cfc7fd..0cb30010c5e 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1032,7 +1032,7 @@ In conventional string syntax, it would be written | |||
| 1032 | The @code{rx} notation is mainly useful in Lisp code; it cannot be | 1032 | The @code{rx} notation is mainly useful in Lisp code; it cannot be |
| 1033 | used in most interactive situations where a regexp is requested, such | 1033 | used in most interactive situations where a regexp is requested, such |
| 1034 | as when running @code{query-replace-regexp} or in variable | 1034 | as when running @code{query-replace-regexp} or in variable |
| 1035 | customisation. | 1035 | customization. |
| 1036 | 1036 | ||
| 1037 | @menu | 1037 | @menu |
| 1038 | * Rx Constructs:: Constructs valid in rx forms. | 1038 | * Rx Constructs:: Constructs valid in rx forms. |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 29461bec7a6..0e569fa60cd 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3218,7 +3218,7 @@ You can tell Emacs the shell's current directory with the command | |||
| 3218 | @item | 3218 | @item |
| 3219 | Third party packages. | 3219 | Third party packages. |
| 3220 | 3220 | ||
| 3221 | Any package you install into Emacs can run arbtitrary code with the | 3221 | Any package you install into Emacs can run arbitrary code with the |
| 3222 | same privileges as the Emacs process itself. Be aware of this when | 3222 | same privileges as the Emacs process itself. Be aware of this when |
| 3223 | you use the package system (e.g. @code{M-x list-packages}) with third | 3223 | you use the package system (e.g. @code{M-x list-packages}) with third |
| 3224 | party archives. Use only third parties that you can trust! | 3224 | party archives. Use only third parties that you can trust! |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 21653b4a6d0..fc5ff54c637 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -548,7 +548,7 @@ by calling the function @code{flymake-make-diagnostic}. | |||
| 548 | Make a Flymake diagnostic for @var{buffer}'s region from @var{beg} to | 548 | Make a Flymake diagnostic for @var{buffer}'s region from @var{beg} to |
| 549 | @var{end}. @var{type} is a diagnostic symbol (@pxref{Flymake error | 549 | @var{end}. @var{type} is a diagnostic symbol (@pxref{Flymake error |
| 550 | types}), and @var{text} is a description of the problem detected in | 550 | types}), and @var{text} is a description of the problem detected in |
| 551 | this region. Currently, it is unspecified behaviour to make | 551 | this region. Currently, it is unspecified behavior to make |
| 552 | diagnostics for buffers other than the buffer that the Flymake backend | 552 | diagnostics for buffers other than the buffer that the Flymake backend |
| 553 | is responsible for. | 553 | is responsible for. |
| 554 | @end deffn | 554 | @end deffn |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index f7818a24ca5..7866fcfd5f6 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -8648,7 +8648,7 @@ takes precedence over an @samp{ID} property defined on the node itself. | |||
| 8648 | @item @code{org-attach-method} | 8648 | @item @code{org-attach-method} |
| 8649 | @vindex org-attach-method | 8649 | @vindex org-attach-method |
| 8650 | When attaching files using the dispatcher @kbd{C-c C-a} it | 8650 | When attaching files using the dispatcher @kbd{C-c C-a} it |
| 8651 | defaults to copying files. The behaviour can be changed by | 8651 | defaults to copying files. The behavior can be changed by |
| 8652 | customizing @code{org-attach-method}. Options are Copy, Move/Rename, | 8652 | customizing @code{org-attach-method}. Options are Copy, Move/Rename, |
| 8653 | Hard link or Symbolic link. | 8653 | Hard link or Symbolic link. |
| 8654 | 8654 | ||
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index 1ea515b2ae4..8329c1f6fab 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -7690,7 +7690,7 @@ might help (with 'rm \jobname.?? \jobname.??s')% | |||
| 7690 | % If SUBTOPIC is present, precede it with a space, and call \doind. | 7690 | % If SUBTOPIC is present, precede it with a space, and call \doind. |
| 7691 | % (At some time during the 20th century, this made a two-level entry in an | 7691 | % (At some time during the 20th century, this made a two-level entry in an |
| 7692 | % index such as the operation index. Nobody seemed to notice the change in | 7692 | % index such as the operation index. Nobody seemed to notice the change in |
| 7693 | % behaviour though.) | 7693 | % behavior though.) |
| 7694 | \def\dosubind#1#2#3{% | 7694 | \def\dosubind#1#2#3{% |
| 7695 | \def\thirdarg{#3}% | 7695 | \def\thirdarg{#3}% |
| 7696 | \ifx\thirdarg\empty | 7696 | \ifx\thirdarg\empty |