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/misc | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'doc/misc')
| -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 |
4 files changed, 4 insertions, 4 deletions
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 |