aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-05-26 04:16:16 +0000
committerGlenn Morris2007-05-26 04:16:16 +0000
commit057fc1479d6c61fe3a307ad24c3c0e32fd96a3db (patch)
treeba05019fdccd61c19a59a04c820f65398f0d6c54
parentee444171b28f82b022b209d9454b2b090543b597 (diff)
downloademacs-057fc1479d6c61fe3a307ad24c3c0e32fd96a3db.tar.gz
emacs-057fc1479d6c61fe3a307ad24c3c0e32fd96a3db.zip
Michael Olson <mwolson at gnu.org>
(Modules): Fix references to completion modules.
-rw-r--r--man/erc.texi5
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
564Mark unidentified users on freenode and other servers supporting CAPAB. 564Mark 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)
568Complete nicknames and commands (programmable) 569Complete nicknames and commands (programmable)
569 570
570@cindex modules, fill 571@cindex modules, fill
@@ -572,7 +573,7 @@ Complete nicknames and commands (programmable)
572Wrap long lines 573Wrap long lines
573 574
574@cindex modules, hecomplete 575@cindex modules, hecomplete
575@item completion 576@item hecomplete
576Complete nicknames and commands (old). This is the old module---you 577Complete nicknames and commands (old). This is the old module---you
577might prefer the ``completion'' module instead. 578might prefer the ``completion'' module instead.
578 579