diff options
| author | Glenn Morris | 2007-05-26 04:16:16 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-05-26 04:16:16 +0000 |
| commit | 057fc1479d6c61fe3a307ad24c3c0e32fd96a3db (patch) | |
| tree | ba05019fdccd61c19a59a04c820f65398f0d6c54 | |
| parent | ee444171b28f82b022b209d9454b2b090543b597 (diff) | |
| download | emacs-057fc1479d6c61fe3a307ad24c3c0e32fd96a3db.tar.gz emacs-057fc1479d6c61fe3a307ad24c3c0e32fd96a3db.zip | |
Michael Olson <mwolson at gnu.org>
(Modules): Fix references to completion modules.
| -rw-r--r-- | man/erc.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/erc.texi b/man/erc.texi index 72561b33072..3e52bb42c92 100644 --- a/man/erc.texi +++ b/man/erc.texi | |||
| @@ -564,7 +564,8 @@ Buttonize URLs, nicknames, and other text | |||
| 564 | Mark unidentified users on freenode and other servers supporting CAPAB. | 564 | Mark unidentified users on freenode and other servers supporting CAPAB. |
| 565 | 565 | ||
| 566 | @cindex modules, completion | 566 | @cindex modules, completion |
| 567 | @item pcomplete | 567 | @cindex modules, pcomplete |
| 568 | @item completion (aka pcomplete) | ||
| 568 | Complete nicknames and commands (programmable) | 569 | Complete nicknames and commands (programmable) |
| 569 | 570 | ||
| 570 | @cindex modules, fill | 571 | @cindex modules, fill |
| @@ -572,7 +573,7 @@ Complete nicknames and commands (programmable) | |||
| 572 | Wrap long lines | 573 | Wrap long lines |
| 573 | 574 | ||
| 574 | @cindex modules, hecomplete | 575 | @cindex modules, hecomplete |
| 575 | @item completion | 576 | @item hecomplete |
| 576 | Complete nicknames and commands (old). This is the old module---you | 577 | Complete nicknames and commands (old). This is the old module---you |
| 577 | might prefer the ``completion'' module instead. | 578 | might prefer the ``completion'' module instead. |
| 578 | 579 | ||