diff options
| author | Nick Roberts | 2006-07-09 22:48:00 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-07-09 22:48:00 +0000 |
| commit | 40b6cb793a3afe635b266fac344850dc325be633 (patch) | |
| tree | 46b099f156e9eaa1f6399860646c8556c74033a4 | |
| parent | a183016f11a2fba5ed731a8d962a2d4d2e116622 (diff) | |
| download | emacs-40b6cb793a3afe635b266fac344850dc325be633.tar.gz emacs-40b6cb793a3afe635b266fac344850dc325be633.zip | |
Fix typos.
| -rw-r--r-- | man/gnus.texi | 10 | ||||
| -rw-r--r-- | man/killing.texi | 2 | ||||
| -rw-r--r-- | man/message.texi | 2 | ||||
| -rw-r--r-- | man/mini.texi | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/man/gnus.texi b/man/gnus.texi index 43e7c4c6d15..c2558365c28 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -2137,7 +2137,7 @@ newsgroups. | |||
| 2137 | @vindex gnus-auto-select-subject | 2137 | @vindex gnus-auto-select-subject |
| 2138 | If @code{gnus-auto-select-first} is non-@code{nil}, select an article | 2138 | If @code{gnus-auto-select-first} is non-@code{nil}, select an article |
| 2139 | automatically when entering a group with the @kbd{SPACE} command. | 2139 | automatically when entering a group with the @kbd{SPACE} command. |
| 2140 | Which article this is is controlled by the | 2140 | Which article this is controlled by the |
| 2141 | @code{gnus-auto-select-subject} variable. Valid values for this | 2141 | @code{gnus-auto-select-subject} variable. Valid values for this |
| 2142 | variable is: | 2142 | variable is: |
| 2143 | 2143 | ||
| @@ -22974,7 +22974,7 @@ variable @code{gnus-ham-process-destinations}, or the group parameter | |||
| 22974 | group specified by the variable @code{gnus-spam-process-destinations}, | 22974 | group specified by the variable @code{gnus-spam-process-destinations}, |
| 22975 | or the group parameter @code{spam-process-destination}. If these | 22975 | or the group parameter @code{spam-process-destination}. If these |
| 22976 | variables are not set, the articles are left in their current group. | 22976 | variables are not set, the articles are left in their current group. |
| 22977 | If an article cannot not be moved (e.g., with a read-only backend such | 22977 | If an article cannot be moved (e.g., with a read-only backend such |
| 22978 | as @acronym{NNTP}), it is copied. | 22978 | as @acronym{NNTP}), it is copied. |
| 22979 | 22979 | ||
| 22980 | If an article is moved to another group, it is processed again when | 22980 | 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. | |||
| 24245 | @end defun | 24245 | @end defun |
| 24246 | 24246 | ||
| 24247 | Usually you would call @code{spam-stat-process-spam-directory} on a | 24247 | Usually you would call @code{spam-stat-process-spam-directory} on a |
| 24248 | directory such as @file{~/Mail/mail/spam} (this usually corresponds | 24248 | directory such as @file{~/Mail/mail/spam} (this usually corresponds to |
| 24249 | the the group @samp{nnml:mail.spam}), and you would call | 24249 | the group @samp{nnml:mail.spam}), and you would call |
| 24250 | @code{spam-stat-process-non-spam-directory} on a directory such as | 24250 | @code{spam-stat-process-non-spam-directory} on a directory such as |
| 24251 | @file{~/Mail/mail/misc} (this usually corresponds the the group | 24251 | @file{~/Mail/mail/misc} (this usually corresponds the group |
| 24252 | @samp{nnml:mail.misc}). | 24252 | @samp{nnml:mail.misc}). |
| 24253 | 24253 | ||
| 24254 | When you are using @acronym{IMAP}, you won't have the mails available | 24254 | When you are using @acronym{IMAP}, you won't have the mails available |
diff --git a/man/killing.texi b/man/killing.texi index ad79e5595ca..0a1badcffe7 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -692,7 +692,7 @@ any direction. Normal text you type is inserted to the left or right | |||
| 692 | of each line in the rectangle (on the same side as the cursor). | 692 | of each line in the rectangle (on the same side as the cursor). |
| 693 | 693 | ||
| 694 | With CUA you can easily copy text and rectangles into and out of | 694 | With CUA you can easily copy text and rectangles into and out of |
| 695 | registers by providing a one-digit numeric prefix the the kill, copy, | 695 | registers by providing a one-digit numeric prefix to the kill, copy, |
| 696 | and yank commands, e.g. @kbd{C-1 C-c} copies the region into register | 696 | and yank commands, e.g. @kbd{C-1 C-c} copies the region into register |
| 697 | @code{1}, and @kbd{C-2 C-v} yanks the contents of register @code{2}. | 697 | @code{1}, and @kbd{C-2 C-v} yanks the contents of register @code{2}. |
| 698 | 698 | ||
diff --git a/man/message.texi b/man/message.texi index e6e27428aeb..023a7e8cd4a 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -696,7 +696,7 @@ cross-post, add that target newsgroup to the @samp{Newsgroups} header if | |||
| 696 | it is not a member of @samp{Newsgroups}, and insert a note in the body. | 696 | it is not a member of @samp{Newsgroups}, and insert a note in the body. |
| 697 | If @code{message-cross-post-default} is @code{nil} or if this command is | 697 | If @code{message-cross-post-default} is @code{nil} or if this command is |
| 698 | called with a prefix-argument, only the @samp{FollowUp-To} header will | 698 | called with a prefix-argument, only the @samp{FollowUp-To} header will |
| 699 | be set but the the target newsgroup will not be added to the | 699 | be set but the target newsgroup will not be added to the |
| 700 | @samp{Newsgroups} header. The function to insert a note is controlled | 700 | @samp{Newsgroups} header. The function to insert a note is controlled |
| 701 | by the @code{message-cross-post-note-function} variable. | 701 | by the @code{message-cross-post-note-function} variable. |
| 702 | 702 | ||
diff --git a/man/mini.texi b/man/mini.texi index 740fea02299..af2a0778bb1 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -193,7 +193,7 @@ a list of the possible completions at any time. | |||
| 193 | command, so it provides a list of all Emacs command names for | 193 | command, so it provides a list of all Emacs command names for |
| 194 | completion candidates. The completion keys match the minibuffer text | 194 | completion candidates. The completion keys match the minibuffer text |
| 195 | against these candidates, find any additional name characters implied | 195 | against these candidates, find any additional name characters implied |
| 196 | by the the text already present in the minibuffer, and add those | 196 | by the text already present in the minibuffer, and add those |
| 197 | characters. This makes it possible to type @kbd{M-x ins @key{SPC} b | 197 | characters. This makes it possible to type @kbd{M-x ins @key{SPC} b |
| 198 | @key{RET}} instead of @kbd{M-x insert-buffer @key{RET}}, for example. | 198 | @key{RET}} instead of @kbd{M-x insert-buffer @key{RET}}, for example. |
| 199 | 199 | ||