diff options
| author | Philip Kaludercic | 2022-01-06 14:55:59 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-01-06 14:56:23 +0100 |
| commit | 0d46683202e2bf4d7ae88efa0fc65ddd26a5e5fd (patch) | |
| tree | b077b337f8cf3c386b18f8290300a912deea9ec3 /etc | |
| parent | daedbb2f5bb25e102624dd4694b3d3b64d5e5bca (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -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'). |
| 213 | This command will tell you the name of the Emoji at point. (This | 213 | nThis command will tell you the name of the Emoji at point. (This |
| 214 | command also works for non-Emoji characters.) | 214 | command also works for non-Emoji characters.) |
| 215 | 215 | ||
| 216 | ** Help | 216 | ** Help |
| @@ -259,6 +259,11 @@ For example, a 'display-buffer-alist' entry of | |||
| 259 | will make the body of the chosen window 40 columns wide. For the | 259 | will make the body of the chosen window 40 columns wide. For the |
| 260 | height use 'window-height' in combination with 'body-lines'. | 260 | height 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 | --- |