diff options
| author | Daniel MartÃn | 2020-11-09 15:34:08 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-11-09 15:34:16 +0100 |
| commit | 968e85a2cef487abc921bceff71c879106fa6f81 (patch) | |
| tree | 414dafe565f042358c845b522f277a48c09c0fc1 | |
| parent | f5d7fb3a2dee3f9ae49151e3d01483aad7fb734b (diff) | |
| download | emacs-968e85a2cef487abc921bceff71c879106fa6f81.tar.gz emacs-968e85a2cef487abc921bceff71c879106fa6f81.zip | |
Update erc documentation about C-c C-b
* doc/misc/erc.texi (Keystroke Summary): C-c C-b runs
erc-switch-to-buffer, which is implemented in terms of
read-buffer (bug#44498).
| -rw-r--r-- | doc/misc/erc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index a35225256b6..a555b768cce 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -283,8 +283,8 @@ Complete the given word, using ispell. | |||
| 283 | @item C-c C-a (@code{erc-bol}) | 283 | @item C-c C-a (@code{erc-bol}) |
| 284 | Go to beginning of line or end of prompt. | 284 | Go to beginning of line or end of prompt. |
| 285 | 285 | ||
| 286 | @item C-c C-b (@code{erc-iswitchb}) | 286 | @item C-c C-b (@code{erc-switch-to-buffer}) |
| 287 | Use @code{iswitchb-read-buffer} to prompt for a ERC buffer to switch to. | 287 | Use @code{read-buffer} to prompt for a ERC buffer to switch to. |
| 288 | 288 | ||
| 289 | @item C-c C-c (@code{erc-toggle-interpret-controls}) | 289 | @item C-c C-c (@code{erc-toggle-interpret-controls}) |
| 290 | Toggle interpretation of control sequences in messages. | 290 | Toggle interpretation of control sequences in messages. |