aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2019-12-09 18:44:35 -0800
committerPaul Eggert2019-12-09 18:45:18 -0800
commitd1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch)
treefb415df3de5b00b9ce7616872ead40c983b55a12 /doc
parent28578f87b52ead4d31479fdcfba028118dfa6987 (diff)
downloademacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz
emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip
Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/macos.texi10
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi4
-rw-r--r--doc/lispref/display.texi2
-rw-r--r--doc/lispref/internals.texi2
-rw-r--r--doc/lispref/processes.texi2
-rw-r--r--doc/lispref/searching.texi2
-rw-r--r--doc/misc/efaq.texi2
-rw-r--r--doc/misc/flymake.texi2
-rw-r--r--doc/misc/org.texi2
-rw-r--r--doc/misc/texinfo.tex2
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
102The following variables control the behaviour of the actual modifier 102The following variables control the behavior of the actual modifier
103keys: 103keys:
104 104
105@table @code 105@table @code
@@ -135,12 +135,12 @@ which describes the modifier when used with ordinary keys, function keys
135If the @var{symbol} is one of @code{control}, @code{meta}, @code{alt}, 135If 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
137represents. If @var{symbol} is @code{none}, Emacs does not use the 137represents. If @var{symbol} is @code{none}, Emacs does not use the
138key, which retains its standard behaviour. For instance, the 138key, 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
140characters. 140characters.
141 141
142The variables for right-hand keys, like @code{ns-right-alternate-modifier}, 142The variables for right-hand keys, like @code{ns-right-alternate-modifier},
143may also be set to @code{left}, which means to use the same behaviour as 143may also be set to @code{left}, which means to use the same behavior as
144the corresponding left-hand key. 144the corresponding left-hand key.
145 145
146@subsection Font Panel 146@subsection Font Panel
@@ -210,7 +210,7 @@ the mouse.
210 210
211The sending application has some limited ability to decide how Emacs 211The sending application has some limited ability to decide how Emacs
212handles the sent object, but the user may override the default 212handles the sent object, but the user may override the default
213behaviour by holding one or more modifier key. 213behavior 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.
220Attempt to open the object as though it is a file or URL. 220Attempt to open the object as though it is a file or URL.
221@item super/command 221@item super/command
222Perform the default action for the type. This can be useful when an 222Perform the default action for the type. This can be useful when an
223application is overriding the default behaviour. 223application is overriding the default behavior.
224@end table 224@end table
225 225
226The modifier keys listed above are defined by macOS and are unaffected 226The 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
3835Anoter special form is the conditional @code{if}. This form is used 3835Another special form is the conditional @code{if}. This form is used
3836to instruct the computer to make decisions. You can write function 3836to instruct the computer to make decisions. You can write function
3837definitions without using @code{if}, but it is used often enough, and 3837definitions without using @code{if}, but it is used often enough, and
3838is important enough, to be included here. It is used, for example, in 3838is 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
5622from the right. If @var{y} is a positive number it specifies the 5622from the right. If @var{y} is a positive number it specifies the
5623offset from the top of the original image, and if negative from the 5623offset from the top of the original image, and if negative from the
5624bottom. If @var{x} or @var{y} are @code{nil} or unspecified the crop 5624bottom. If @var{x} or @var{y} are @code{nil} or unspecified the crop
5625area will be centred on the original image. 5625area will be centered on the original image.
5626 5626
5627If the crop area is outside or overlaps the edge of the image it will 5627If the crop area is outside or overlaps the edge of the image it will
5628be reduced to exclude any areas outside of the image. This means it 5628be 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
565do so immediately after every change to the heap or to 565do 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
567the threshold does not immediately trigger garbage collection. Also, 567the threshold does not immediately trigger garbage collection. Also,
568for efficency in threshold calculations Emacs approximates the heap 568for efficiency in threshold calculations Emacs approximates the heap
569size, which counts the bytes used by currently-accessible objects in 569size, which counts the bytes used by currently-accessible objects in
570the heap. 570the 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.
2990Optional argument @var{family} specified as symbol @code{ipv4} or 2990Optional 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
2992addresses respectively, independently of the value of @var{full}. 2992addresses respectively, independently of the value of @var{full}.
2993Speficying @code{ipv6} when IPv6 support is not available will result 2993Specifying @code{ipv6} when IPv6 support is not available will result
2994in an error being signaled. 2994in an error being signaled.
2995 2995
2996Some examples: 2996Some 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
1032The @code{rx} notation is mainly useful in Lisp code; it cannot be 1032The @code{rx} notation is mainly useful in Lisp code; it cannot be
1033used in most interactive situations where a regexp is requested, such 1033used in most interactive situations where a regexp is requested, such
1034as when running @code{query-replace-regexp} or in variable 1034as when running @code{query-replace-regexp} or in variable
1035customisation. 1035customization.
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
3219Third party packages. 3219Third party packages.
3220 3220
3221Any package you install into Emacs can run arbtitrary code with the 3221Any package you install into Emacs can run arbitrary code with the
3222same privileges as the Emacs process itself. Be aware of this when 3222same privileges as the Emacs process itself. Be aware of this when
3223you use the package system (e.g. @code{M-x list-packages}) with third 3223you use the package system (e.g. @code{M-x list-packages}) with third
3224party archives. Use only third parties that you can trust! 3224party 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}.
548Make a Flymake diagnostic for @var{buffer}'s region from @var{beg} to 548Make 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
550types}), and @var{text} is a description of the problem detected in 550types}), and @var{text} is a description of the problem detected in
551this region. Currently, it is unspecified behaviour to make 551this region. Currently, it is unspecified behavior to make
552diagnostics for buffers other than the buffer that the Flymake backend 552diagnostics for buffers other than the buffer that the Flymake backend
553is responsible for. 553is 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
8650When attaching files using the dispatcher @kbd{C-c C-a} it 8650When attaching files using the dispatcher @kbd{C-c C-a} it
8651defaults to copying files. The behaviour can be changed by 8651defaults to copying files. The behavior can be changed by
8652customizing @code{org-attach-method}. Options are Copy, Move/Rename, 8652customizing @code{org-attach-method}. Options are Copy, Move/Rename,
8653Hard link or Symbolic link. 8653Hard 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