diff options
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-networks.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el index 441663f3b3b..2891fe17be6 100644 --- a/lisp/erc/erc-networks.el +++ b/lisp/erc/erc-networks.el | |||
| @@ -588,7 +588,7 @@ PORTS is either a number, a list of numbers, or a list of port ranges." | |||
| 588 | (LagNet "lagnet.org.za") | 588 | (LagNet "lagnet.org.za") |
| 589 | (Librenet "librenet.net") | 589 | (Librenet "librenet.net") |
| 590 | (LinkNet "link-net.org") | 590 | (LinkNet "link-net.org") |
| 591 | (LinuxChix "cats\.meow\.at\\|linuxchix\.org") | 591 | (LinuxChix "cats\\.meow\\.at\\|linuxchix\\.org") |
| 592 | (Liquidized "liquidized.net") | 592 | (Liquidized "liquidized.net") |
| 593 | (M-IRC "m-sys.org") | 593 | (M-IRC "m-sys.org") |
| 594 | (MagicStar "magicstar.net") | 594 | (MagicStar "magicstar.net") |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 62be63e9aa4..b7e880c120a 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -258,20 +258,20 @@ If nil, only \"> \" will be shown." | |||
| 258 | 258 | ||
| 259 | (defcustom erc-hide-list nil | 259 | (defcustom erc-hide-list nil |
| 260 | "A global list of IRC message types to hide. | 260 | "A global list of IRC message types to hide. |
| 261 | A typical value would be '(\"JOIN\" \"PART\" \"QUIT\")." | 261 | A typical value would be \(\"JOIN\" \"PART\" \"QUIT\")." |
| 262 | :group 'erc-ignore | 262 | :group 'erc-ignore |
| 263 | :type 'erc-message-type) | 263 | :type 'erc-message-type) |
| 264 | 264 | ||
| 265 | (defcustom erc-network-hide-list nil | 265 | (defcustom erc-network-hide-list nil |
| 266 | "A list of IRC networks to hide message types from. | 266 | "A list of IRC networks to hide message types from. |
| 267 | A typical value would be '((\"freenode\" \"MODE\") | 267 | A typical value would be \((\"freenode\" \"MODE\") |
| 268 | (\"OFTC\" \"JOIN\" \"QUIT\"))." | 268 | (\"OFTC\" \"JOIN\" \"QUIT\"))." |
| 269 | :group 'erc-ignore | 269 | :group 'erc-ignore |
| 270 | :type 'erc-message-type) | 270 | :type 'erc-message-type) |
| 271 | 271 | ||
| 272 | (defcustom erc-channel-hide-list nil | 272 | (defcustom erc-channel-hide-list nil |
| 273 | "A list of IRC channels to hide message types from. | 273 | "A list of IRC channels to hide message types from. |
| 274 | A typical value would be '((\"#emacs\" \"QUIT\" \JOIN\") | 274 | A typical value would be \((\"#emacs\" \"QUIT\" \"JOIN\") |
| 275 | (\"#erc\" \"NICK\")." | 275 | (\"#erc\" \"NICK\")." |
| 276 | :group 'erc-ignore | 276 | :group 'erc-ignore |
| 277 | :type 'erc-message-type) | 277 | :type 'erc-message-type) |
| @@ -2503,7 +2503,7 @@ non-nil." | |||
| 2503 | (defcustom erc-lurker-hide-list nil | 2503 | (defcustom erc-lurker-hide-list nil |
| 2504 | "List of IRC type messages to hide when sent by lurkers. | 2504 | "List of IRC type messages to hide when sent by lurkers. |
| 2505 | 2505 | ||
| 2506 | A typical value would be '(\"JOIN\" \"PART\" \"QUIT\"). | 2506 | A typical value would be \(\"JOIN\" \"PART\" \"QUIT\"). |
| 2507 | See also `erc-lurker-p' and `erc-hide-list'." | 2507 | See also `erc-lurker-p' and `erc-hide-list'." |
| 2508 | :group 'erc-lurker | 2508 | :group 'erc-lurker |
| 2509 | :type 'erc-message-type) | 2509 | :type 'erc-message-type) |