summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-03 22:57:48 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-03 23:01:06 +0100
commitbc55dc04af79d624ba6f78bf000482cf7c6d513c (patch)
tree3a4900a809cbcce0178f19fe1c06bcf2d9d66cfa /doc
parentef4d216eb326478563e3cf931aeeb2dbc3566f12 (diff)
downloademacs-bc55dc04af79d624ba6f78bf000482cf7c6d513c.tar.gz
* doc/misc/erc.texi (Keystroke Summary): Fix doc for TAB.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/erc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index 10ced678e1d..48dc1b609ab 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -283,7 +283,7 @@ Go to beginning of line or end of prompt.
@item @key{RET} (@code{erc-send-current-line})
Send the current line
-@item @key{TAB} (@code{erc-complete-word})
+@item @key{TAB} (@code{completion-at-point} or @code{erc-button-next})
If at prompt, complete the current word.
Otherwise, move to the next link or button.