diff options
| author | Reiner Steib | 2004-12-09 17:06:59 +0000 |
|---|---|---|
| committer | Reiner Steib | 2004-12-09 17:06:59 +0000 |
| commit | b2e5bf7813f7fd6d9a419145507ebec49287da5c (patch) | |
| tree | 6fd83ee9ccdc369e21c4be29afbb5cb5c7f9681d | |
| parent | 31e4729ed38005e52b15d2f5994d1e5e63f21cc1 (diff) | |
| download | emacs-b2e5bf7813f7fd6d9a419145507ebec49287da5c.tar.gz emacs-b2e5bf7813f7fd6d9a419145507ebec49287da5c.zip | |
[ Add missing change in gnus.texi from last commits: ]
* gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
`spam-initialize'.
| -rw-r--r-- | man/ChangeLog | 3 | ||||
| -rw-r--r-- | man/gnus.texi | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 6cc03219618..7e415160dfa 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -138,7 +138,8 @@ | |||
| 138 | 138 | ||
| 139 | 2004-11-16 Reiner Steib <Reiner.Steib@gmx.de> | 139 | 2004-11-16 Reiner Steib <Reiner.Steib@gmx.de> |
| 140 | 140 | ||
| 141 | * gnus.texi (Filtering Spam Using The Spam ELisp Package): | 141 | * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index |
| 142 | `spam-initialize'. | ||
| 142 | 143 | ||
| 143 | 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> | 144 | 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> |
| 144 | 145 | ||
diff --git a/man/gnus.texi b/man/gnus.texi index 50d7bd16de8..b0feef1bf25 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -22603,6 +22603,7 @@ filters new mail, and it analyzes mail known to be spam or ham. | |||
| 22603 | @dfn{Ham} is the name used throughout @file{spam.el} to indicate | 22603 | @dfn{Ham} is the name used throughout @file{spam.el} to indicate |
| 22604 | non-spam messages. | 22604 | non-spam messages. |
| 22605 | 22605 | ||
| 22606 | @cindex spam-initialize | ||
| 22606 | First of all, you @strong{must} run the function | 22607 | First of all, you @strong{must} run the function |
| 22607 | @code{spam-initialize} to autoload @code{spam.el} and to install the | 22608 | @code{spam-initialize} to autoload @code{spam.el} and to install the |
| 22608 | @code{spam.el} hooks. There is one exception: if you use the | 22609 | @code{spam.el} hooks. There is one exception: if you use the |