]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 9 Jul 2006 22:48:00 +0000 (22:48 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 9 Jul 2006 22:48:00 +0000 (22:48 +0000)
man/gnus.texi
man/killing.texi
man/message.texi
man/mini.texi

index 43e7c4c6d15b2dac2e0bed2fac69debf10b9e1a5..c2558365c286858ee2a0919a70d075f4c76b3b29 100644 (file)
@@ -2137,7 +2137,7 @@ newsgroups.
 @vindex gnus-auto-select-subject
 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
 automatically when entering a group with the @kbd{SPACE} command.
-Which article this is is controlled by the
+Which article this is controlled by the
 @code{gnus-auto-select-subject} variable.  Valid values for this
 variable is:
 
@@ -22974,7 +22974,7 @@ variable @code{gnus-ham-process-destinations}, or the group parameter
 group specified by the variable @code{gnus-spam-process-destinations},
 or the group parameter @code{spam-process-destination}.  If these
 variables are not set, the articles are left in their current group.
-If an article cannot not be moved (e.g., with a read-only backend such
+If an article cannot be moved (e.g., with a read-only backend such
 as @acronym{NNTP}), it is copied.
 
 If an article is moved to another group, it is processed again when
@@ -24245,10 +24245,10 @@ file is treated as one non-spam mail.
 @end defun
 
 Usually you would call @code{spam-stat-process-spam-directory} on a
-directory such as @file{~/Mail/mail/spam} (this usually corresponds
-the the group @samp{nnml:mail.spam}), and you would call
+directory such as @file{~/Mail/mail/spam} (this usually corresponds to
+the group @samp{nnml:mail.spam}), and you would call
 @code{spam-stat-process-non-spam-directory} on a directory such as
-@file{~/Mail/mail/misc} (this usually corresponds the the group
+@file{~/Mail/mail/misc} (this usually corresponds the group
 @samp{nnml:mail.misc}).
 
 When you are using @acronym{IMAP}, you won't have the mails available
index ad79e5595ca57596349c2bb17d04df701453adad..0a1badcffe760c2c48497acb5c1eabacfe407222 100644 (file)
@@ -692,7 +692,7 @@ any direction.  Normal text you type is inserted to the left or right
 of each line in the rectangle (on the same side as the cursor).
 
   With CUA you can easily copy text and rectangles into and out of
-registers by providing a one-digit numeric prefix the the kill, copy,
+registers by providing a one-digit numeric prefix to the kill, copy,
 and yank commands, e.g. @kbd{C-1 C-c} copies the region into register
 @code{1}, and @kbd{C-2 C-v} yanks the contents of register @code{2}.
 
index e6e27428aeb9fb279252455858a40c138647441d..023a7e8cd4a0ee61c2cd34c1abc3556aaf275267 100644 (file)
@@ -696,7 +696,7 @@ cross-post, add that target newsgroup to the @samp{Newsgroups} header if
 it is not a member of @samp{Newsgroups}, and insert a note in the body.
 If @code{message-cross-post-default} is @code{nil} or if this command is
 called with a prefix-argument, only the @samp{FollowUp-To} header will
-be set but the the target newsgroup will not be added to the
+be set but the target newsgroup will not be added to the
 @samp{Newsgroups} header.  The function to insert a note is controlled
 by the @code{message-cross-post-note-function} variable.
 
index 740fea0229917b838082d45370009f45b32ae268..af2a0778bb15920c2df56be77a6f6f3589befbb2 100644 (file)
@@ -193,7 +193,7 @@ a list of the possible completions at any time.
 command, so it provides a list of all Emacs command names for
 completion candidates.  The completion keys match the minibuffer text
 against these candidates, find any additional name characters implied
-by the the text already present in the minibuffer, and add those
+by the text already present in the minibuffer, and add those
 characters.  This makes it possible to type @kbd{M-x ins @key{SPC} b
 @key{RET}} instead of @kbd{M-x insert-buffer @key{RET}}, for example.