aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilip Kaludercic2022-01-06 14:55:59 +0100
committerPhilip Kaludercic2022-01-06 14:56:23 +0100
commit0d46683202e2bf4d7ae88efa0fc65ddd26a5e5fd (patch)
treeb077b337f8cf3c386b18f8290300a912deea9ec3 /etc
parentdaedbb2f5bb25e102624dd4694b3d3b64d5e5bca (diff)
downloademacs-0d46683202e2bf4d7ae88efa0fc65ddd26a5e5fd.tar.gz
emacs-0d46683202e2bf4d7ae88efa0fc65ddd26a5e5fd.zip
Add rcirc-when command
* doc/misc/rcirc.texi: Document rcirc-when. * etc/NEWS: Document rcirc-when. * lisp/net/rcirc.el (rcirc-when): Add command.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9c892b285d1..463c39315d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -210,7 +210,7 @@ inserted.
210 210
211+++ 211+++
212*** New command 'emoji-describe' (bound to 'C-x 8 e d'). 212*** New command 'emoji-describe' (bound to 'C-x 8 e d').
213This command will tell you the name of the Emoji at point. (This 213nThis command will tell you the name of the Emoji at point. (This
214command also works for non-Emoji characters.) 214command also works for non-Emoji characters.)
215 215
216** Help 216** Help
@@ -259,6 +259,11 @@ For example, a 'display-buffer-alist' entry of
259will make the body of the chosen window 40 columns wide. For the 259will make the body of the chosen window 40 columns wide. For the
260height use 'window-height' in combination with 'body-lines'. 260height use 'window-height' in combination with 'body-lines'.
261 261
262** Rcirc
263
264+++
265*** New command 'rcirc-when'.
266
262** Tab Bars and Tab Lines 267** Tab Bars and Tab Lines
263 268
264--- 269---