aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-10-09 22:53:19 -0700
committerPaul Eggert2017-10-09 22:55:06 -0700
commit5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch)
tree66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /doc
parent0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff)
downloademacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz
emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip
; Typo fixes, mostly repeated words
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/anti.texi2
-rw-r--r--doc/emacs/rmail.texi2
-rw-r--r--doc/emacs/text.texi2
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
-rw-r--r--doc/lispref/debugging.texi2
-rw-r--r--doc/lispref/os.texi2
-rw-r--r--doc/lispref/searching.texi2
-rw-r--r--doc/misc/htmlfontify.texi2
-rw-r--r--doc/misc/ses.texi2
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
27For similar reasons, we've reverted back to building our own version 27For similar reasons, we've reverted back to building our own version
28of of @command{movemail} that retrieves POP3 mail as clear text via 28of @command{movemail} that retrieves POP3 mail as clear text via
29insecure channels. As you move back in time, the availability of 29insecure channels. As you move back in time, the availability of
30secure alternatives to POP3 will diminish, and we are only keen to 30secure alternatives to POP3 will diminish, and we are only keen to
31support that. We've also removed the @option{--with-mailutils} 31support 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
1364encoded in a simple code called @dfn{rot13}---so named because it 1364encoded in a simple code called @dfn{rot13}---so named because it
1365rotates the alphabet by 13 letters. This code is not for secrecy, as it 1365rotates the alphabet by 13 letters. This code is not for secrecy, as it
1366provides none; rather, it enables those who wish to to avoid 1366provides none; rather, it enables those who wish to avoid
1367seeing the real text of the message. For example, a review of a film 1367seeing the real text of the message. For example, a review of a film
1368might use rot13 to hide important plot points. 1368might 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
1727output of @TeX{} also goes in this directory. To run @TeX{} in a 1727output of @TeX{} also goes in this directory. To run @TeX{} in a
1728different directory, change the variable @code{tex-directory} to the 1728different directory, change the variable @code{tex-directory} to
1729the desired directory. If your environment variable @env{TEXINPUTS} 1729the desired directory. If your environment variable @env{TEXINPUTS}
1730contains relative names, or if your files contains 1730contains 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
832paragraph, and ``come up for air'' between paragraphs.} 832paragraph, 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
835done, finished, that I know everything I need (with the 835done, finished, that I know everything I need (with the
836possible exception of the case when the next paragraph starts talking 836possible exception of the case when the next paragraph starts talking
837about it in more detail). I expect that a well written reference manual 837about 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
136If this variable has a non-@code{nil} value (the default), running the 136If this variable has a non-@code{nil} value (the default), running the
137command @code{eval-expression} causes @code{debug-on-error} to be 137command @code{eval-expression} causes @code{debug-on-error} to be
138temporarily bound to to @code{t}. @xref{Lisp Eval,, Evaluating 138temporarily bound to @code{t}. @xref{Lisp Eval,, Evaluating
139Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}. 139Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}.
140 140
141If @code{eval-expression-debug-on-error} is @code{nil}, then the value 141If @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
327The matcher processes a @samp{*} construct by matching, immediately, as 327The matcher processes a @samp{*} construct by matching, immediately, as
328many repetitions as can be found. Then it continues with the rest of 328many repetitions as can be found. Then it continues with the rest of
329the pattern. If that fails, backtracking occurs, discarding some of the 329the pattern. If that fails, backtracking occurs, discarding some of the
330matches of the @samp{*}-modified construct in the hope that that will 330matches of the @samp{*}-modified construct in the hope that this will
331make it possible to match the rest of the pattern. For example, in 331make it possible to match the rest of the pattern. For example, in
332matching @samp{ca*ar} against the string @samp{caaar}, the @samp{a*} 332matching @samp{ca*ar} against the string @samp{caaar}, the @samp{a*}
333first tries to match all three @samp{a}s; but the rest of the pattern is 333first 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.
825This matches Emacs's behavior when deciding on which face attributes to 825This matches Emacs's behavior when deciding on which face attributes to
826use, to the best of my understanding ). 826use, to the best of my understanding ).
827 827
828If @var{class} is @code{nil}, then you just get get whatever 828If @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
830effect for @var{face}. 830effect 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:
584When the cell is empty (ie.@: when @code{val} is @code{nil}), print an 584When the cell is empty (ie.@: when @code{val} is @code{nil}), print an
585empty string @code{""} 585empty string @code{""}
586@item 586@item
587When the cell value is a non negative number, format the the value in 587When the cell value is a non negative number, format the value in
588fixed-point notation with one decimal after point 588fixed-point notation with one decimal after point
589@item 589@item
590Otherwise, handle the value as erroneous by printing it as an 590Otherwise, handle the value as erroneous by printing it as an