diff options
| author | Stefan Kangas | 2021-12-03 22:57:48 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-03 23:01:06 +0100 |
| commit | bc55dc04af79d624ba6f78bf000482cf7c6d513c (patch) | |
| tree | 3a4900a809cbcce0178f19fe1c06bcf2d9d66cfa | |
| parent | ef4d216eb326478563e3cf931aeeb2dbc3566f12 (diff) | |
| download | emacs-bc55dc04af79d624ba6f78bf000482cf7c6d513c.tar.gz emacs-bc55dc04af79d624ba6f78bf000482cf7c6d513c.zip | |
* doc/misc/erc.texi (Keystroke Summary): Fix doc for TAB.
| -rw-r--r-- | doc/misc/erc.texi | 2 |
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}) |
| 284 | Send the current line | 284 | Send 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}) |
| 287 | If at prompt, complete the current word. | 287 | If at prompt, complete the current word. |
| 288 | Otherwise, move to the next link or button. | 288 | Otherwise, move to the next link or button. |
| 289 | 289 | ||