aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-12-03 22:57:48 +0100
committerStefan Kangas2021-12-03 23:01:06 +0100
commitbc55dc04af79d624ba6f78bf000482cf7c6d513c (patch)
tree3a4900a809cbcce0178f19fe1c06bcf2d9d66cfa
parentef4d216eb326478563e3cf931aeeb2dbc3566f12 (diff)
downloademacs-bc55dc04af79d624ba6f78bf000482cf7c6d513c.tar.gz
emacs-bc55dc04af79d624ba6f78bf000482cf7c6d513c.zip
* doc/misc/erc.texi (Keystroke Summary): Fix doc for TAB.
-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.
283@item @key{RET} (@code{erc-send-current-line}) 283@item @key{RET} (@code{erc-send-current-line})
284Send the current line 284Send the current line
285 285
286@item @key{TAB} (@code{erc-complete-word}) 286@item @key{TAB} (@code{completion-at-point} or @code{erc-button-next})
287If at prompt, complete the current word. 287If at prompt, complete the current word.
288Otherwise, move to the next link or button. 288Otherwise, move to the next link or button.
289 289