diff options
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. @item For similar reasons, we've reverted back to building our own version -of of @command{movemail} that retrieves POP3 mail as clear text via +of @command{movemail} that retrieves POP3 mail as clear text via insecure channels. As you move back in time, the availability of secure alternatives to POP3 will diminish, and we are only keen to 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. Mailing list messages that might offend or annoy some readers are sometimes encoded in a simple code called @dfn{rot13}---so named because it rotates the alphabet by 13 letters. This code is not for secrecy, as it -provides none; rather, it enables those who wish to to avoid +provides none; rather, it enables those who wish to avoid seeing the real text of the message. For example, a review of a film might use rot13 to hide important plot points. 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. @vindex tex-directory By default, @kbd{C-c C-b} runs @TeX{} in the current directory. The output of @TeX{} also goes in this directory. To run @TeX{} in a -different directory, change the variable @code{tex-directory} to the +different directory, change the variable @code{tex-directory} to the desired directory. If your environment variable @env{TEXINPUTS} contains relative names, or if your files contains @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: @i{I prefer to learn from reference manuals. I ``dive into'' each paragraph, and ``come up for air'' between paragraphs.} -@i{When I get to the end of a paragraph, I assume that that subject is +@i{When I get to the end of a paragraph, I assume that subject is done, finished, that I know everything I need (with the possible exception of the case when the next paragraph starts talking 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}. @defopt eval-expression-debug-on-error If this variable has a non-@code{nil} value (the default), running the command @code{eval-expression} causes @code{debug-on-error} to be -temporarily bound to to @code{t}. @xref{Lisp Eval,, Evaluating +temporarily bound to @code{t}. @xref{Lisp Eval,, Evaluating Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}. 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. @c called from two places. If displaying a startup screen, they are @c called in command-line-1 before the startup screen is shown. @c inhibit-startup-hooks is then set and window-setup-hook set to nil. -@c If not displaying a startup screen, they are are called in +@c If not displaying a startup screen, they are called in @c normal-top-level. @c FIXME? So it seems they can be called before or after the @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 The matcher processes a @samp{*} construct by matching, immediately, as many repetitions as can be found. Then it continues with the rest of the pattern. If that fails, backtracking occurs, discarding some of the -matches of the @samp{*}-modified construct in the hope that that will +matches of the @samp{*}-modified construct in the hope that this will make it possible to match the rest of the pattern. For example, in matching @samp{ca*ar} against the string @samp{caaar}, the @samp{a*} 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. This matches Emacs's behavior when deciding on which face attributes to use, to the best of my understanding ). -If @var{class} is @code{nil}, then you just get get whatever +If @var{class} is @code{nil}, then you just get whatever @code{face-attr-construct} returns; i.e., the current specification in effect for @var{face}. 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: When the cell is empty (ie.@: when @code{val} is @code{nil}), print an empty string @code{""} @item -When the cell value is a non negative number, format the the value in +When the cell value is a non negative number, format the value in fixed-point notation with one decimal after point @item Otherwise, handle the value as erroneous by printing it as an |