summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-03-19 05:42:21 +0000
committerRichard M. Stallman <rms@gnu.org>2007-03-19 05:42:21 +0000
commit705959fc64a88c6571aa097b3d0a220555b63b80 (patch)
treea6c176b3921bb4039a2cb0f85740f67095288615 /etc
parent9a982d0a35dc25a083d4c3b1960b586a57b55dd7 (diff)
downloademacs-705959fc64a88c6571aa097b3d0a220555b63b80.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b229630fe0a..1b5df0b69f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1755,8 +1755,8 @@ ERC is a powerful, modular, and extensible IRC client for Emacs.
To see what modules are available, type
M-x customize-option erc-modules RET.
-To start an IRC session, type M-x erc, and follow the prompts for
-server, port, and nick.
+To start an IRC session with ERC, type M-x erc, and follow the prompts
+for server, port, and nick.
---
** Rcirc is now part of the Emacs distribution.
@@ -1768,8 +1768,9 @@ several channels (many-to-many) and participate in private
(one-to-one) chats. Both channel and private chats are contained in
separate buffers.
-To start an IRC session, type M-x irc, and follow the prompts for
-server, port, nick and initial channels.
+To start an IRC session using the default parameters, type M-x irc.
+If you type C-u M-x irc, it prompts you for the server, nick, port and
+startup channel parameters before connecting.
---
** Newsticker is now part of the Emacs distribution.
@@ -4679,6 +4680,9 @@ quit had occurred. `while-no-input' returns the value of BODY, if BODY
finishes. It returns nil if BODY was aborted by a quit, and t if
BODY was aborted by arrival of input.
++++
+*** `recent-keys' now returns the last 300 keys.
+
** Minibuffer changes:
+++