diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-12 19:40:44 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-12 19:40:44 -0800 |
commit | 6e5e9b70f501a975baa4bce0b8f0854052435ff0 (patch) | |
tree | 19a4afa24240877198d2fef0b31e57fc0fbae14a /etc | |
parent | 314654db9bdf937d4fc9b770e688a42acb9a0514 (diff) | |
download | emacs-6e5e9b70f501a975baa4bce0b8f0854052435ff0.tar.gz |
Document new erc module "notifications"
* doc/misc/erc.texi (Modules): Undocument obsolete "hecomplete".
Add "notifications".
* lisp/erc/erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -434,8 +434,9 @@ The global binding for `M-=', `count-words-region' is in effect. ** ERC -*** New package `erc-desktop-notifications.el', which can send a notification -when you receive a private message or your nickname is mentioned. ++++ +*** New module "notifications", which can send a notification when you +receive a private message or your nickname is mentioned. *** ERC will look up server/channel names via auth-source and use any channel keys found. |