diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/erc.texi | 18 |
2 files changed, 17 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0a837320b43..1ec8a3d56ff 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * erc.texi (Modules): Undocument obsolete "hecomplete". | 3 | * erc.texi (Modules): Undocument obsolete "hecomplete". |
| 4 | Add "notifications". | 4 | Add "notifications". |
| 5 | (Connecting): Add brief section on passwords. | 5 | (Connecting): Add brief section on passwords. |
| 6 | (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list. | ||
| 6 | 7 | ||
| 7 | 2012-11-12 Glenn Morris <rgm@gnu.org> | 8 | 2012-11-12 Glenn Morris <rgm@gnu.org> |
| 8 | 9 | ||
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index ea315cd86fa..4be94df4b45 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -737,10 +737,24 @@ stuff, to the current ERC buffer." | |||
| 737 | @c PRE5_4: (Node) Document every ERC option (module options go in | 737 | @c PRE5_4: (Node) Document every ERC option (module options go in |
| 738 | @c previous chapter) | 738 | @c previous chapter) |
| 739 | 739 | ||
| 740 | This section has not yet been written. For now, the easiest way to | 740 | This section is extremely incomplete. For now, the easiest way to |
| 741 | check out the available options for ERC is to do | 741 | check out all the available options for ERC is to do |
| 742 | @kbd{M-x customize-group erc RET}. | 742 | @kbd{M-x customize-group erc RET}. |
| 743 | 743 | ||
| 744 | @defopt erc-hide-list | ||
| 745 | If non, @code{nil}, this is a list of IRC message types to hide, e.g. | ||
| 746 | |||
| 747 | @example | ||
| 748 | (setq erc-hide-list '("JOIN" "PART" "QUIT")) | ||
| 749 | @end example | ||
| 750 | @end defopt | ||
| 751 | |||
| 752 | @defopt erc-lurker-hide-list | ||
| 753 | Like @code{erc-hide-list}, but only applies to messages sent by | ||
| 754 | lurkers. The function @code{erc-lurker-p} determines whether a given | ||
| 755 | nickname is considerd a lurker. | ||
| 756 | @end defopt | ||
| 757 | |||
| 744 | 758 | ||
| 745 | @node Getting Help and Reporting Bugs | 759 | @node Getting Help and Reporting Bugs |
| 746 | @chapter Getting Help and Reporting Bugs | 760 | @chapter Getting Help and Reporting Bugs |