diff options
| author | Gerd Moellmann | 2001-02-23 12:43:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-23 12:43:39 +0000 |
| commit | 44aad5e87b6d07f786fd25bc91eb8ff824b05a44 (patch) | |
| tree | fb08483252016ddd0daae407b13caa4d603a8290 | |
| parent | 7cd0d847e5f173b53af32805246b65d1bc70887a (diff) | |
| download | emacs-44aad5e87b6d07f786fd25bc91eb8ff824b05a44.tar.gz emacs-44aad5e87b6d07f786fd25bc91eb8ff824b05a44.zip | |
(Splitting in IMAP): Remove doubled `might'.
(Category Syntax): Remove doubled `those'.
(Home Score File): Remove doubled `will'.
(Undo): Remove doubled `command'.
| -rw-r--r-- | man/gnus.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/gnus.texi b/man/gnus.texi index 3f9d3c2e221..e33575a67b2 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -14039,7 +14039,7 @@ if it thinks that the mail belongs in that group. | |||
| 14039 | Nnmail users might recollect that the last regexp had to be empty to | 14039 | Nnmail users might recollect that the last regexp had to be empty to |
| 14040 | match all articles (like in the example above). This is not required in | 14040 | match all articles (like in the example above). This is not required in |
| 14041 | nnimap. Articles not matching any of the regexps will not be moved out | 14041 | nnimap. Articles not matching any of the regexps will not be moved out |
| 14042 | of your inbox. (This might might affect performance if you keep lots of | 14042 | of your inbox. (This might affect performance if you keep lots of |
| 14043 | unread articles in your inbox, since the splitting code would go over | 14043 | unread articles in your inbox, since the splitting code would go over |
| 14044 | them every time you fetch new mail.) | 14044 | them every time you fetch new mail.) |
| 14045 | 14045 | ||
| @@ -14708,7 +14708,7 @@ your desired @code{downloading} criteria for a group are the same as your | |||
| 14708 | 14708 | ||
| 14709 | These directives in either the category definition or a group's | 14709 | These directives in either the category definition or a group's |
| 14710 | parameters will cause the agent to read in all the applicable score | 14710 | parameters will cause the agent to read in all the applicable score |
| 14711 | files for a group, *filtering out* those those sections that do not | 14711 | files for a group, *filtering out* those sections that do not |
| 14712 | relate to one of the permitted subset of scoring keywords. | 14712 | relate to one of the permitted subset of scoring keywords. |
| 14713 | 14713 | ||
| 14714 | @itemize @bullet | 14714 | @itemize @bullet |
| @@ -16128,7 +16128,7 @@ A list. The elements in this list can be: | |||
| 16128 | @enumerate | 16128 | @enumerate |
| 16129 | @item | 16129 | @item |
| 16130 | @code{(@var{regexp} @var{file-name})}. If the @var{regexp} matches the | 16130 | @code{(@var{regexp} @var{file-name})}. If the @var{regexp} matches the |
| 16131 | group name, the @var{file-name} will will be used as the home score file. | 16131 | group name, the @var{file-name} will be used as the home score file. |
| 16132 | 16132 | ||
| 16133 | @item | 16133 | @item |
| 16134 | A function. If the function returns non-nil, the result will be used as | 16134 | A function. If the function returns non-nil, the result will be used as |
| @@ -18056,7 +18056,7 @@ never be totally undoable. | |||
| 18056 | @findex gnus-undo | 18056 | @findex gnus-undo |
| 18057 | The undoability is provided by the @code{gnus-undo-mode} minor mode. It | 18057 | The undoability is provided by the @code{gnus-undo-mode} minor mode. It |
| 18058 | is used if @code{gnus-use-undo} is non-@code{nil}, which is the | 18058 | is used if @code{gnus-use-undo} is non-@code{nil}, which is the |
| 18059 | default. The @kbd{M-C-_} key performs the @code{gnus-undo} command | 18059 | default. The @kbd{M-C-_} key performs the @code{gnus-undo} |
| 18060 | command, which should feel kinda like the normal Emacs @code{undo} | 18060 | command, which should feel kinda like the normal Emacs @code{undo} |
| 18061 | command. | 18061 | command. |
| 18062 | 18062 | ||