]> git.eshelyaron.com Git - emacs.git/commitdiff
Update erc documentation about C-c C-b
authorDaniel Martín <mardani29@yahoo.es>
Mon, 9 Nov 2020 14:34:08 +0000 (15:34 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 9 Nov 2020 14:34:16 +0000 (15:34 +0100)
* 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).

doc/misc/erc.texi

index a35225256b6a160a610abb14bcd4ca30145c9d86..a555b768cce0c3c48d353a64b75fa9b548167d77 100644 (file)
@@ -283,8 +283,8 @@ Complete the given word, using ispell.
 @item C-c C-a (@code{erc-bol})
 Go to beginning of line or end of prompt.
 
-@item C-c C-b (@code{erc-iswitchb})
-Use @code{iswitchb-read-buffer} to prompt for a ERC buffer to switch to.
+@item C-c C-b (@code{erc-switch-to-buffer})
+Use @code{read-buffer} to prompt for a ERC buffer to switch to.
 
 @item C-c C-c (@code{erc-toggle-interpret-controls})
 Toggle interpretation of control sequences in messages.