diff options
| author | Paul Eggert | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /doc | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/anti.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/text.texi | 2 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/debugging.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 2 | ||||
| -rw-r--r-- | doc/misc/htmlfontify.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ses.texi | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index 547dbd1b45d..426c18b14e5 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi | |||
| @@ -25,7 +25,7 @@ less and less available/popular as you move farther back in time. | |||
| 25 | 25 | ||
| 26 | @item | 26 | @item |
| 27 | For similar reasons, we've reverted back to building our own version | 27 | For similar reasons, we've reverted back to building our own version |
| 28 | of of @command{movemail} that retrieves POP3 mail as clear text via | 28 | of @command{movemail} that retrieves POP3 mail as clear text via |
| 29 | insecure channels. As you move back in time, the availability of | 29 | insecure channels. As you move back in time, the availability of |
| 30 | secure alternatives to POP3 will diminish, and we are only keen to | 30 | secure alternatives to POP3 will diminish, and we are only keen to |
| 31 | support that. We've also removed the @option{--with-mailutils} | 31 | support that. We've also removed the @option{--with-mailutils} |
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index f2416a07776..b073687da9c 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -1363,7 +1363,7 @@ message itself is flagged as deleted. | |||
| 1363 | Mailing list messages that might offend or annoy some readers are sometimes | 1363 | Mailing list messages that might offend or annoy some readers are sometimes |
| 1364 | encoded in a simple code called @dfn{rot13}---so named because it | 1364 | encoded in a simple code called @dfn{rot13}---so named because it |
| 1365 | rotates the alphabet by 13 letters. This code is not for secrecy, as it | 1365 | rotates the alphabet by 13 letters. This code is not for secrecy, as it |
| 1366 | provides none; rather, it enables those who wish to to avoid | 1366 | provides none; rather, it enables those who wish to avoid |
| 1367 | seeing the real text of the message. For example, a review of a film | 1367 | seeing the real text of the message. For example, a review of a film |
| 1368 | might use rot13 to hide important plot points. | 1368 | might use rot13 to hide important plot points. |
| 1369 | 1369 | ||
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 496b43ce1e3..bb2fbc51bee 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -1725,7 +1725,7 @@ C-p} (@code{tex-print}) to print a hardcopy of the output file. | |||
| 1725 | @vindex tex-directory | 1725 | @vindex tex-directory |
| 1726 | By default, @kbd{C-c C-b} runs @TeX{} in the current directory. The | 1726 | By default, @kbd{C-c C-b} runs @TeX{} in the current directory. The |
| 1727 | output of @TeX{} also goes in this directory. To run @TeX{} in a | 1727 | output of @TeX{} also goes in this directory. To run @TeX{} in a |
| 1728 | different directory, change the variable @code{tex-directory} to the | 1728 | different directory, change the variable @code{tex-directory} to |
| 1729 | the desired directory. If your environment variable @env{TEXINPUTS} | 1729 | the desired directory. If your environment variable @env{TEXINPUTS} |
| 1730 | contains relative names, or if your files contains | 1730 | contains relative names, or if your files contains |
| 1731 | @samp{\input} commands with relative file names, then | 1731 | @samp{\input} commands with relative file names, then |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index d9493879b1d..65ded50c396 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -831,7 +831,7 @@ An expert programmer who reviewed this text said to me: | |||
| 831 | @i{I prefer to learn from reference manuals. I ``dive into'' each | 831 | @i{I prefer to learn from reference manuals. I ``dive into'' each |
| 832 | paragraph, and ``come up for air'' between paragraphs.} | 832 | paragraph, and ``come up for air'' between paragraphs.} |
| 833 | 833 | ||
| 834 | @i{When I get to the end of a paragraph, I assume that that subject is | 834 | @i{When I get to the end of a paragraph, I assume that subject is |
| 835 | done, finished, that I know everything I need (with the | 835 | done, finished, that I know everything I need (with the |
| 836 | possible exception of the case when the next paragraph starts talking | 836 | possible exception of the case when the next paragraph starts talking |
| 837 | about it in more detail). I expect that a well written reference manual | 837 | about it in more detail). I expect that a well written reference manual |
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2ca4a0a849e..fe3446ada2d 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -135,7 +135,7 @@ set @code{debug-ignored-errors} to @code{nil}. | |||
| 135 | @defopt eval-expression-debug-on-error | 135 | @defopt eval-expression-debug-on-error |
| 136 | If this variable has a non-@code{nil} value (the default), running the | 136 | If this variable has a non-@code{nil} value (the default), running the |
| 137 | command @code{eval-expression} causes @code{debug-on-error} to be | 137 | command @code{eval-expression} causes @code{debug-on-error} to be |
| 138 | temporarily bound to to @code{t}. @xref{Lisp Eval,, Evaluating | 138 | temporarily bound to @code{t}. @xref{Lisp Eval,, Evaluating |
| 139 | Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}. | 139 | Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}. |
| 140 | 140 | ||
| 141 | If @code{eval-expression-debug-on-error} is @code{nil}, then the value | 141 | If @code{eval-expression-debug-on-error} is @code{nil}, then the value |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index af646ce40f4..59c269a3084 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -222,7 +222,7 @@ If it is @code{t}, it selects the @file{*scratch*} buffer. | |||
| 222 | @c called from two places. If displaying a startup screen, they are | 222 | @c called from two places. If displaying a startup screen, they are |
| 223 | @c called in command-line-1 before the startup screen is shown. | 223 | @c called in command-line-1 before the startup screen is shown. |
| 224 | @c inhibit-startup-hooks is then set and window-setup-hook set to nil. | 224 | @c inhibit-startup-hooks is then set and window-setup-hook set to nil. |
| 225 | @c If not displaying a startup screen, they are are called in | 225 | @c If not displaying a startup screen, they are called in |
| 226 | @c normal-top-level. | 226 | @c normal-top-level. |
| 227 | @c FIXME? So it seems they can be called before or after the | 227 | @c FIXME? So it seems they can be called before or after the |
| 228 | @c daemon/session restore step? | 228 | @c daemon/session restore step? |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 23879aad0a3..755fa554bb6 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -327,7 +327,7 @@ expression. Thus, @samp{fo*} has a repeating @samp{o}, not a repeating | |||
| 327 | The matcher processes a @samp{*} construct by matching, immediately, as | 327 | The matcher processes a @samp{*} construct by matching, immediately, as |
| 328 | many repetitions as can be found. Then it continues with the rest of | 328 | many repetitions as can be found. Then it continues with the rest of |
| 329 | the pattern. If that fails, backtracking occurs, discarding some of the | 329 | the pattern. If that fails, backtracking occurs, discarding some of the |
| 330 | matches of the @samp{*}-modified construct in the hope that that will | 330 | matches of the @samp{*}-modified construct in the hope that this will |
| 331 | make it possible to match the rest of the pattern. For example, in | 331 | make it possible to match the rest of the pattern. For example, in |
| 332 | matching @samp{ca*ar} against the string @samp{caaar}, the @samp{a*} | 332 | matching @samp{ca*ar} against the string @samp{caaar}, the @samp{a*} |
| 333 | first tries to match all three @samp{a}s; but the rest of the pattern is | 333 | first tries to match all three @samp{a}s; but the rest of the pattern is |
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index a04fa43a776..f7fe5392ce5 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi | |||
| @@ -825,7 +825,7 @@ with a class of @code{t} is considered to match any class you specify. | |||
| 825 | This matches Emacs's behavior when deciding on which face attributes to | 825 | This matches Emacs's behavior when deciding on which face attributes to |
| 826 | use, to the best of my understanding ). | 826 | use, to the best of my understanding ). |
| 827 | 827 | ||
| 828 | If @var{class} is @code{nil}, then you just get get whatever | 828 | If @var{class} is @code{nil}, then you just get whatever |
| 829 | @code{face-attr-construct} returns; i.e., the current specification in | 829 | @code{face-attr-construct} returns; i.e., the current specification in |
| 830 | effect for @var{face}. | 830 | effect for @var{face}. |
| 831 | 831 | ||
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index fc79b027a1d..5f9a0f59721 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -584,7 +584,7 @@ This example will: | |||
| 584 | When the cell is empty (ie.@: when @code{val} is @code{nil}), print an | 584 | When the cell is empty (ie.@: when @code{val} is @code{nil}), print an |
| 585 | empty string @code{""} | 585 | empty string @code{""} |
| 586 | @item | 586 | @item |
| 587 | When the cell value is a non negative number, format the the value in | 587 | When the cell value is a non negative number, format the value in |
| 588 | fixed-point notation with one decimal after point | 588 | fixed-point notation with one decimal after point |
| 589 | @item | 589 | @item |
| 590 | Otherwise, handle the value as erroneous by printing it as an | 590 | Otherwise, handle the value as erroneous by printing it as an |